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


Ignore:
Timestamp:
2007-06-06T20:00:13Z (17 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/sparc64/Makefile.inc

    r99373fe r44bec47  
    3636TOOLCHAIN_DIR = /usr/local/sparc64
    3737
    38 GCC_CFLAGS += -mcpu=ultrasparc -m64
    39 SUNCC_CFLAGS +=
     38GCC_CFLAGS += -m64 -mcpu=ultrasparc
     39SUNCC_CFLAGS += -m64 -xarch=sparc -xregs=appl
     40
    4041LFLAGS += -no-check-sections -N
    4142
Note: See TracChangeset for help on using the changeset viewer.