Changes in kernel/arch/ia64/Makefile.inc [a0a273e:27f67f5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/Makefile.inc
ra0a273e r27f67f5 30 30 BFD_ARCH = ia64-elf64 31 31 32 COMMON_CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 32 CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 33 GCC_CFLAGS += $(CMN1) 34 ICC_CFLAGS += $(CMN1) 33 35 34 36 AFLAGS += -mconstant-gp
Note:
See TracChangeset
for help on using the changeset viewer.