Changeset 72c4ed4 in mainline


Ignore:
Timestamp:
2007-06-06T16:40:46Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
99373fe
Parents:
566f5e5c
Message:

Fix mips32 build script.
Replace CFLAGS with GCC_CFLAGS.

File:
1 edited

Legend:

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

    r566f5e5c r72c4ed4  
    7474        BFD_NAME = elf32-tradlittlemips
    7575        BFD = binary
    76         CFLAGS += -DFB_INVERT_ENDIAN -DARCH_HAS_FPU -mips3
     76        GCC_CFLAGS += -DFB_INVERT_ENDIAN -DARCH_HAS_FPU -mips3
    7777endif
    7878ifeq ($(MACHINE),bgxemul)
Note: See TracChangeset for help on using the changeset viewer.