Changes in kernel/arch/ia32/Makefile.inc [1c99eae:8c15255] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
r1c99eae r8c15255 44 44 # 45 45 46 ifeq ($(PROCESSOR),i486)47 CMN2 = -march=i48648 endif49 50 46 ifeq ($(PROCESSOR),athlon_xp) 51 47 CMN2 = -march=athlon-xp … … 66 62 CMN2 = -march=pentium4 67 63 SUNCC_CFLAGS += -xarch=sse2 64 endif 65 66 ifeq ($(PROCESSOR),i486) 67 CMN2 = -march=i486 68 68 endif 69 69
Note:
See TracChangeset
for help on using the changeset viewer.