Changeset c621f4aa in mainline for uspace/lib/c/arch/ia64/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/ia64/Makefile.inc (moved) (moved from uspace/lib/libc/arch/amd64/Makefile.inc ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/Makefile.inc
r24a2517 rc621f4aa 27 27 # 28 28 29 ## Toolchain configuration 30 # 31 32 TARGET = amd64-linux-gnu 33 CLANG_ARCH = x86_64 34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/amd64/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.S \ 37 33 arch/$(UARCH)/src/fibril.S \ 38 34 arch/$(UARCH)/src/tls.c \ 35 arch/$(UARCH)/src/ddi.c \ 39 36 arch/$(UARCH)/src/stacktrace.c \ 40 37 arch/$(UARCH)/src/stacktrace_asm.S 41 38 42 GCC_CFLAGS += -fno-omit-frame-pointer 43 LFLAGS += -N 44 45 ENDIANESS = LE 46 47 BFD_NAME = elf64-x86-64 48 BFD_ARCH = i386:x86-64 39 .PRECIOUS: arch/$(UARCH)/src/entry.o
Note:
See TracChangeset
for help on using the changeset viewer.
