- Timestamp:
- 2013-05-30T20:21:15Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95e370f8
- Parents:
- 9e40355e
- Location:
- uspace/lib/c/arch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/Makefile.common
r9e40355e rbf85e56 27 27 # 28 28 29 ifeq ($(COMPILER),clang)30 CLANG_ARCH = i38631 endif32 33 29 ENDIANESS = LE -
uspace/lib/c/arch/amd64/Makefile.common
r9e40355e rbf85e56 27 27 # 28 28 29 CLANG_ARCH = x86_6430 29 CLANG_TARGET = x86_64-unknown-linux 31 30 GCC_CFLAGS += -fno-omit-frame-pointer -
uspace/lib/c/arch/ia32/Makefile.common
r9e40355e rbf85e56 27 27 # 28 28 29 CLANG_ARCH = i38630 29 CLANG_TARGET = i386-unknown-linux 31 30
Note:
See TracChangeset
for help on using the changeset viewer.