Changeset bd83ccea in mainline for kernel/arch/ia64/Makefile.inc
- Timestamp:
- 2008-09-08T06:23:41Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91befde0
- Parents:
- 8ec30d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/Makefile.inc
r8ec30d9 rbd83ccea 39 39 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64 40 40 41 INIT0_ADDRESS = 0xe00000000440400042 INIT0_SIZE = 0x10000043 44 41 CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 45 42 GCC_CFLAGS += $(CMN1) … … 49 46 AFLAGS += -mconstant-gp 50 47 51 DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE) 52 48 DEFS += -D__64_BITS__ -D$(MACHINE) 53 49 54 50 ## Compile with page hash table support. … … 101 97 DEFS += -DI460GX -DCONFIG_I8042 102 98 BFD = binary 103 104 99 endif 105 100
Note:
See TracChangeset
for help on using the changeset viewer.