Changeset 1b1164e8 in mainline for uspace/lib/libc/arch/amd64/Makefile.common
- Timestamp:
- 2010-03-23T14:44:00Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63f8966
- Parents:
- d99c1d2
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/amd64/Makefile.common
rd99c1d2 r1b1164e8 27 27 # 28 28 29 CLANG_ARCH = x86_64 30 GCC_CFLAGS += -fno-omit-frame-pointer 29 31 30 ## Common names 31 # 32 ENDIANESS = LE 32 33 33 LIBC_PREFIX = ../../../lib/libc 34 SOFTINT_PREFIX = ../../../lib/softint 35 LIBS = $(LIBC_PREFIX)/libc.a 36 37 DEPEND = Makefile.depend 38 DEPEND_PREV = $(DEPEND).prev 39 JOB = fb.job 40 OUTPUT = fb 34 BFD_NAME = elf64-x86-64 35 BFD_ARCH = i386:x86-64
Note:
See TracChangeset
for help on using the changeset viewer.