Changeset 52d30c4 in mainline for kernel/arch/ppc32/Makefile.inc


Ignore:
Timestamp:
2007-06-05T21:24:40Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4a8635b
Parents:
92d349c8
Message:

A bit of infrastructure for building with different compilers.
CFLAGS split into GCC_CFLAGS and SUNCC_CFLAGS.
As of now, there are no separate ICC_CFLAGS, but can be easily added.

File:
1 edited

Legend:

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

    r92d349c8 r52d30c4  
    3636TOOLCHAIN_DIR = /usr/local/ppc
    3737
    38 CFLAGS += -mcpu=powerpc -msoft-float -m32
     38GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32
    3939AFLAGS += -a32
    4040LFLAGS += -no-check-sections -N
Note: See TracChangeset for help on using the changeset viewer.