Changeset a0a273e in mainline for uspace/lib/c/arch/ia32/Makefile.common
- Timestamp:
- 2017-10-03T18:12:17Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a41cda7
- Parents:
- 0f28387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/Makefile.common
r0f28387 ra0a273e 28 28 29 29 ifeq ($(PROCESSOR),i486) 30 GCC_CFLAGS += -march=i48630 COMMON_CFLAGS += -march=i486 31 31 else 32 GCC_CFLAGS += -march=pentium32 COMMON_CFLAGS += -march=pentium 33 33 endif 34 34 35 GCC_CFLAGS += -mno-tls-direct-seg-refs -fno-omit-frame-pointer 36 CLANG_CFLAGS += -fno-omit-frame-pointer 35 COMMON_CFLAGS += -mno-tls-direct-seg-refs -fno-omit-frame-pointer 37 36 LFLAGS += --gc-sections 38 37
Note:
See TracChangeset
for help on using the changeset viewer.