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