Changeset 44bec47 in mainline for kernel/arch/ia64/Makefile.inc
- Timestamp:
- 2007-06-06T20:00:13Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ee8a075
- Parents:
- 99373fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/Makefile.inc
r99373fe r44bec47 39 39 INIT0_SIZE = 0x100000 40 40 41 GCC_CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 41 CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 42 GCC_CFLAGS += $(CMN1) 43 ICC_CFLAGS += $(CMN1) 44 42 45 LFLAGS += -EL 43 46 AFLAGS += -mconstant-gp 44 47 45 48 DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE) 46 47 49 48 50
Note:
See TracChangeset
for help on using the changeset viewer.