Changeset 44bec47 in mainline for kernel/arch/ia64/Makefile.inc


Ignore:
Timestamp:
2007-06-06T20:00:13Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3ee8a075
Parents:
99373fe
Message:

Better infrastructure for building with different compilers.
Separate ICC_CFLAGS added, SUNCC_CFLAGS extended.

File:
1 edited

Legend:

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

    r99373fe r44bec47  
    3939INIT0_SIZE = 0x100000
    4040
    41 GCC_CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
     41CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
     42GCC_CFLAGS += $(CMN1)
     43ICC_CFLAGS += $(CMN1)
     44
    4245LFLAGS += -EL
    4346AFLAGS += -mconstant-gp
    4447
    4548DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE)
    46 
    4749
    4850
Note: See TracChangeset for help on using the changeset viewer.