Changeset feb1a414 in mainline for arch/mips32


Ignore:
Timestamp:
2005-11-14T22:31:15Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e411579
Parents:
315f89c
Message:

Revert to -O3 for all architectures as the mips32 bug got fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    r315f89c rfeb1a414  
    4242
    4343KERNEL_LOAD_ADDRESS = 0x80100000
    44 CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss -O2
     44CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss
    4545DEFS += -DMACHINE=${MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS}
    4646
Note: See TracChangeset for help on using the changeset viewer.