Changeset c621f4aa in mainline for uspace/lib/c/arch/mips32/Makefile.inc
- Timestamp:
- 2010-07-25T10:11:13Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 377cce8
- Parents:
- 24a2517 (diff), a2da43c (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 moved
-
uspace/lib/c/arch/mips32/Makefile.inc (moved) (moved from uspace/lib/libc/arch/ia32/Makefile.inc ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/Makefile.inc
r24a2517 rc621f4aa 27 27 # 28 28 29 ## Toolchain configuration 30 # 31 32 TARGET = i686-pc-linux-gnu 33 CLANG_ARCH = i386 34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32/bin 35 36 ARCH_SOURCES += arch/$(UARCH)/src/syscall.S \ 29 ARCH_SOURCES = \ 30 arch/$(UARCH)/src/entry.s \ 31 arch/$(UARCH)/src/thread_entry.s \ 32 arch/$(UARCH)/src/syscall.c \ 37 33 arch/$(UARCH)/src/fibril.S \ 38 34 arch/$(UARCH)/src/tls.c \ 39 arch/$(UARCH)/src/setjmp.S \40 35 arch/$(UARCH)/src/stacktrace.c \ 41 36 arch/$(UARCH)/src/stacktrace_asm.S 42 37 43 GCC_CFLAGS += -march=pentium 44 LFLAGS += -N 45 46 ENDIANESS = LE 47 48 BFD_NAME = elf32-i386 49 BFD_ARCH = i386 38 .PRECIOUS: arch/$(UARCH)/src/entry.o
Note:
See TracChangeset
for help on using the changeset viewer.
