Changeset 1787e527 in mainline for uspace/lib/libc/arch/arm32/Makefile.inc
- Timestamp:
- 2009-11-16T21:22:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ebdf94
- Parents:
- fcbd1be (diff), 9c70ed6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/arm32/Makefile.inc
rfcbd1be r1787e527 32 32 33 33 TARGET = arm-linux-gnu 34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/arm /bin34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/arm32/bin 35 35 36 36 ARCH_SOURCES += arch/$(UARCH)/src/syscall.c \ … … 39 39 arch/$(UARCH)/src/eabi.S 40 40 41 CFLAGS += -ffixed-r9 -mtp=soft41 GCC_CFLAGS += -ffixed-r9 -mtp=soft 42 42 LFLAGS += -N $(SOFTINT_PREFIX)/libsoftint.a 43 43
Note:
See TracChangeset
for help on using the changeset viewer.