Changeset 437e35a0 in mainline for arch/mips/Makefile.inc
- Timestamp:
- 2005-09-01T18:38:09Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 73838ed
- Parents:
- 5a2e9bbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/Makefile.inc
r5a2e9bbb r437e35a0 12 12 DEFS=-DARCH=$(ARCH) 13 13 CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include 14 CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2 14 CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2 -msoft-float 15 15 LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld 16 16
Note:
See TracChangeset
for help on using the changeset viewer.