Changeset cc6f688 in mainline for libc/Makefile
- Timestamp:
- 2005-11-22T17:07:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a6d6656
- Parents:
- 25b0e6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/Makefile
r25b0e6a rcc6f688 31 31 32 32 LIBC_PREFIX = . 33 DEFS = -DARCH=$(ARCH)34 CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include35 LFLAGS = -M36 AFLAGS =37 33 38 34 ## Setup toolchain … … 45 41 46 42 GENERIC_SOURCES = \ 47 generic/libc.c 43 generic/libc.c \ 44 generic/io.c 48 45 49 46 ARCH_SOURCES = \ 50 arch/$(ARCH)/ entry.s \51 arch/$(ARCH)/s yscall.c47 arch/$(ARCH)/src/entry.s \ 48 arch/$(ARCH)/src/syscall.c 52 49 53 50 GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
Note:
See TracChangeset
for help on using the changeset viewer.