Changeset c621f4aa in mainline for uspace/lib/c/arch/arm32/Makefile.inc
- Timestamp:
- 2010-07-25T10:11:13Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, 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/arm32/Makefile.inc (moved) (moved from uspace/lib/libc/arch/arm32/Makefile.inc ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.inc
r24a2517 rc621f4aa 28 28 # 29 29 30 ## Toolchain configuration 31 # 32 33 TARGET = arm-linux-gnu 34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/arm32/bin 35 36 ARCH_SOURCES += arch/$(UARCH)/src/syscall.c \ 30 ARCH_SOURCES = \ 31 arch/$(UARCH)/src/entry.s \ 32 arch/$(UARCH)/src/thread_entry.s \ 33 arch/$(UARCH)/src/syscall.c \ 37 34 arch/$(UARCH)/src/fibril.S \ 38 35 arch/$(UARCH)/src/tls.c \ … … 41 38 arch/$(UARCH)/src/stacktrace_asm.S 42 39 43 GCC_CFLAGS += -ffixed-r9 -mtp=soft -mapcs-frame -fno-omit-frame-pointer 44 LFLAGS += -N $(SOFTINT_PREFIX)/libsoftint.a 45 46 ENDIANESS = LE 47 48 BFD_NAME = elf32-littlearm 49 BFD_ARCH = arm 40 .PRECIOUS: arch/$(UARCH)/src/entry.o
Note:
See TracChangeset
for help on using the changeset viewer.
