Changeset 8bd0316 in mainline for libc/Makefile.toolchain
- Timestamp:
- 2006-06-08T18:25:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e92aabf
- Parents:
- 0a9a324
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/Makefile.toolchain
r0a9a324 r8bd0316 29 29 DEFS = -DARCH=$(ARCH) 30 30 CFLAGS = -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include 31 LFLAGS = -M -N $(SOFTINT_PREFIX)/ softint.a31 LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a 32 32 AFLAGS = 33 33 #-Werror
Note:
See TracChangeset
for help on using the changeset viewer.