Changeset 11a4fbf in mainline for libc/Makefile.toolchain
- Timestamp:
- 2006-03-17T11:47:53Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e5a1f82f
- Parents:
- c05290e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/Makefile.toolchain
rc05290e r11a4fbf 29 29 DEFS = -DARCH=$(ARCH) 30 30 CFLAGS = -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include -I$(LIBC_PREFIX)/arch/$(ARCH)/include 31 LFLAGS = -M 31 LFLAGS = -M -N $(SOFTINT_PREFIX)/softint.a 32 32 AFLAGS = 33 33 34 34 35 ## Setup platform configuration
Note:
See TracChangeset
for help on using the changeset viewer.