Changeset c621f4aa in mainline for uspace/lib/c/arch/ia64/Makefile.inc


Ignore:
Timestamp:
2010-07-25T10:11:13Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
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.
Message:

Merge with mainline.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/Makefile.inc

    r24a2517 rc621f4aa  
    2727#
    2828
    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 \
     29ARCH_SOURCES = \
     30        arch/$(UARCH)/src/entry.s \
     31        arch/$(UARCH)/src/thread_entry.s \
     32        arch/$(UARCH)/src/syscall.S \
    3733        arch/$(UARCH)/src/fibril.S \
    3834        arch/$(UARCH)/src/tls.c \
     35        arch/$(UARCH)/src/ddi.c \
    3936        arch/$(UARCH)/src/stacktrace.c \
    4037        arch/$(UARCH)/src/stacktrace_asm.S
    4138
    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.