Changeset e94f730 in mainline for kernel/arch/mips32/Makefile.inc


Ignore:
Timestamp:
2009-02-17T00:49:50Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
85156d3
Parents:
06da55b
Message:

eliminate non-standard -D$(MACHINE)

File:
1 edited

Legend:

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

    r06da55b re94f730  
    3838GCC_CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss
    3939
    40 DEFS += -D__32_BITS__ -D$(MACHINE) -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
     40DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
    4141
    4242## Accepted MACHINEs
Note: See TracChangeset for help on using the changeset viewer.