Changeset 985e26d2 in mainline for uspace/lib/libc/arch/ia32/Makefile.inc
- Timestamp:
- 2010-01-07T19:06:59Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8190e63
- Parents:
- 743e17b (diff), eca2435 (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/ia32/Makefile.inc
r743e17b r985e26d2 31 31 32 32 TARGET = i686-pc-linux-gnu 33 CLANG_ARCH = i386 33 34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32/bin 34 35 … … 36 37 arch/$(UARCH)/src/fibril.S \ 37 38 arch/$(UARCH)/src/tls.c \ 38 arch/$(UARCH)/src/setjmp.S 39 arch/$(UARCH)/src/setjmp.S \ 40 arch/$(UARCH)/src/stacktrace.S 39 41 42 GCC_CFLAGS += -march=pentium 40 43 LFLAGS += -N 41 44
Note:
See TracChangeset
for help on using the changeset viewer.