Changeset 9780584 in mainline for uspace/lib/c/arch/ia32/Makefile.common
- Timestamp:
- 2017-06-05T16:21:21Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a961619
- Parents:
- 7a99507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/Makefile.common
r7a99507 r9780584 28 28 29 29 ifeq ($(PROCESSOR),i486) 30 GCC_CFLAGS += -march=i486 -mno-tls-direct-seg-refs -fno-omit-frame-pointer30 GCC_CFLAGS += -march=i486 31 31 else 32 GCC_CFLAGS += -march=pentium -mno-tls-direct-seg-refs -fno-omit-frame-pointer32 GCC_CFLAGS += -march=pentium 33 33 endif 34 34 35 GCC_CFLAGS += -mno-tls-direct-seg-refs -fno-omit-frame-pointer 35 36 CLANG_CFLAGS += -fno-omit-frame-pointer 37 LFLAGS += --gc-sections 36 38 37 39 ENDIANESS = LE
Note:
See TracChangeset
for help on using the changeset viewer.