Changeset 9a0367f in mainline for uspace/lib/libc
- Timestamp:
- 2009-01-20T18:38:16Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27fb3d6
- Parents:
- b1747a5
- Location:
- uspace/lib/libc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = $(shell pwd) -
uspace/lib/libc/Makefile.toolchain
rb1747a5 r9a0367f 31 31 LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a 32 32 AFLAGS = 33 #-Werror34 33 35 34 ## Setup platform configuration 36 35 # 37 36 38 include $(LIBC_PREFIX)/arch/$(ARCH)/Makefile.inc37 -include $(LIBC_PREFIX)/arch/$(ARCH)/Makefile.inc 39 38 40 39 ## Simple detection of the host system -
uspace/lib/libc/arch/mips32/Makefile.inc
rb1747a5 r9a0367f 38 38 CFLAGS += -mips3 39 39 40 -include ../../ Makefile.config40 -include ../../../Makefile.config 41 41 ifeq ($(CONFIG_MIPS_FPU),y) 42 42 CFLAGS += -DCONFIG_MIPS_FPU
Note:
See TracChangeset
for help on using the changeset viewer.