Changes in uspace/lib/c/arch/ia32/Makefile.common [36ceaac:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/Makefile.common
r36ceaac r9d58539 28 28 29 29 CLANG_ARCH = i386 30 CLANG_TARGET = i386-unknown-linux31 30 32 31 ifeq ($(PROCESSOR),i486) … … 35 34 GCC_CFLAGS += -march=pentium -fno-omit-frame-pointer 36 35 endif 37 CLANG_CFLAGS += -fno-omit-frame-pointer38 36 39 37 ENDIANESS = LE
Note:
See TracChangeset
for help on using the changeset viewer.