Changeset 76ca3f7 in mainline for kernel/arch/ia32/Makefile.inc
- Timestamp:
- 2010-03-23T20:49:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e417b96
- Parents:
- b48ebd19 (diff), 63f8966 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
rb48ebd19 r76ca3f7 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.