Changes in kernel/arch/ia32/Makefile.inc [4e9aaf5:4290746] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
r4e9aaf5 r4290746 27 27 # 28 28 29 ## Toolchain configuration 30 # 31 29 32 BFD_NAME = elf32-i386 30 33 BFD_ARCH = i386 31 34 BFD = binary 35 TARGET = i686-pc-linux-gnu 32 36 CLANG_ARCH = i386 37 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32 33 38 34 39 BITS = 32 … … 48 53 SUNCC_CFLAGS += -xarch=ssea 49 54 endif 50 51 55 ifeq ($(PROCESSOR),athlon_mp) 52 56 CMN2 = -march=athlon-mp 53 57 SUNCC_CFLAGS += xarch=ssea 54 58 endif 55 56 59 ifeq ($(PROCESSOR),pentium3) 57 60 CMN2 = -march=pentium3 58 61 SUNCC_CFLAGS += -xarch=sse 59 62 endif 60 61 63 ifeq ($(PROCESSOR),pentium4) 62 64 CMN2 = -march=pentium4 63 65 SUNCC_CFLAGS += -xarch=sse2 64 66 endif 65 66 67 ifeq ($(PROCESSOR),core) 67 68 CMN2 = -march=prescott
Note:
See TracChangeset
for help on using the changeset viewer.