Changeset feb1a414 in mainline for Makefile


Ignore:
Timestamp:
2005-11-14T22:31:15Z (19 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
  • Makefile

    r315f89c rfeb1a414  
    4848
    4949DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
    50 CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -nostdlib -nostdinc -Igeneric/include/
     50CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
    5151LFLAGS = -M
    5252AFLAGS =
Note: See TracChangeset for help on using the changeset viewer.