Changeset 9371c30 in mainline for Makefile


Ignore:
Timestamp:
2005-12-06T20:53:03Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36e7b6c3
Parents:
090e7ea1
Message:

Completely reworked configuration system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r090e7ea1 r9371c30  
    3737RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
    3838
    39 ## Make some default assumptions
     39## Include configuration
    4040#
    4141
    42 ifndef ARCH
    43         ARCH = ia32
    44 endif
     42include Makefile.config
    4543
    4644## Common compiler flags
     
    5957#
    6058
    61 include Makefile.config
    6259include arch/$(ARCH)/Makefile.inc
    6360include genarch/Makefile.inc
Note: See TracChangeset for help on using the changeset viewer.