Changeset 1e847fb in mainline for kernel/Makefile


Ignore:
Timestamp:
2007-05-31T22:48:41Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60133d0
Parents:
7bb0c32
Message:

sscc → suncc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r7bb0c32 r1e847fb  
    130130ifeq ($(COMPILER),icc_native)
    131131        CC = icc
     132        AS = as
     133        LD = ld
     134        OBJCOPY = objcopy
     135        OBJDUMP = objdump
     136        LIBDIR = /usr/lib
     137endif
     138
     139ifeq ($(COMPILER),suncc_native)
     140        CC = suncc
    132141        AS = as
    133142        LD = ld
Note: See TracChangeset for help on using the changeset viewer.