Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/Makefile.inc

    ra0a273e r27f67f5  
    3030BFD_ARCH = ia64-elf64
    3131
    32 COMMON_CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
     32CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
     33GCC_CFLAGS += $(CMN1)
     34ICC_CFLAGS += $(CMN1)
    3335
    3436AFLAGS += -mconstant-gp
Note: See TracChangeset for help on using the changeset viewer.