Changeset bf85e56 in mainline
- Timestamp:
- 2013-05-30T20:21:15Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95e370f8
- Parents:
- 9e40355e
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r9e40355e rbf85e56 52 52 -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \ 53 53 -Werror-implicit-function-declaration -Wwrite-strings \ 54 -pipe -arch $(CLANG_ARCH)54 -pipe 55 55 56 56 ifeq ($(CONFIG_DEBUG),y) -
kernel/arch/abs32le/Makefile.inc
r9e40355e rbf85e56 39 39 endif 40 40 41 ifeq ($(COMPILER),clang)42 CLANG_ARCH = i38643 endif44 45 41 BITS = 32 46 42 ENDIANESS = LE -
kernel/arch/amd64/Makefile.inc
r9e40355e rbf85e56 30 30 BFD_ARCH = i386:x86-64 31 31 BFD = binary 32 CLANG_ARCH = x86_6433 32 CLANG_TARGET = x86_64-unknown-linux 34 33 -
kernel/arch/ia32/Makefile.inc
r9e40355e rbf85e56 30 30 BFD_ARCH = i386 31 31 BFD = binary 32 CLANG_ARCH = i38633 32 CLANG_TARGET = i386-unknown-linux 34 33 -
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.