Changeset 54b2e74 in mainline
- Timestamp:
- 2009-02-12T22:25:35Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 751d51bf
- Parents:
- 98a4e76
- Location:
- uspace/lib/libc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/Makefile
r98a4e76 r54b2e74 32 32 LIBC_PREFIX = $(shell pwd) 33 33 SOFTINT_PREFIX = ../softint 34 35 ifndef CROSS_PREFIX36 CROSS_PREFIX = /usr/local37 endif38 39 34 40 35 ## Setup toolchain -
uspace/lib/libc/Makefile.toolchain
r98a4e76 r54b2e74 30 30 LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a 31 31 AFLAGS = 32 33 ## Cross-toolchain prefix 34 # 35 36 ifndef CROSS_PREFIX 37 CROSS_PREFIX = /usr/local 38 endif 32 39 33 40 ## Setup platform configuration
Note:
See TracChangeset
for help on using the changeset viewer.