- Timestamp:
- 2013-05-30T20:49:46Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45b4300
- Parents:
- bf85e56
- Location:
- uspace/lib/c/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/Makefile.common
rbf85e56 r95e370f8 27 27 # 28 28 29 CLANG_TARGET = x86_64-unknown-linux30 29 GCC_CFLAGS += -fno-omit-frame-pointer 31 30 CLANG_CFLAGS += -fno-omit-frame-pointer -
uspace/lib/c/arch/ia32/Makefile.common
rbf85e56 r95e370f8 27 27 # 28 28 29 CLANG_TARGET = i386-unknown-linux30 31 29 ifeq ($(PROCESSOR),i486) 32 30 GCC_CFLAGS += -march=i486 -fno-omit-frame-pointer
Note:
See TracChangeset
for help on using the changeset viewer.