- Timestamp:
- 2005-12-06T20:53:03Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36e7b6c3
- Parents:
- 090e7ea1
- File:
-
- 1 edited
-
arch/ia32/Makefile.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/Makefile.inc
r090e7ea1 r9371c30 39 39 # 40 40 41 ifndef CPU42 CPU = pentium441 ifndef IA32_CPU 42 IA32_CPU = pentium4 43 43 endif 44 44 45 DEFS += -D_CPU=${ CPU}45 DEFS += -D_CPU=${IA32_CPU} 46 46 47 47 ## Accepted CPUs 48 48 # 49 49 50 ifeq ($( CPU),athlon-xp)50 ifeq ($(IA32_CPU),athlon-xp) 51 51 CFLAGS += -march=athlon-xp -mmmx -msse -m3dnow 52 52 DEFS += -DCONFIG_FENCES_P3 … … 54 54 CONFIG_HT = n 55 55 endif 56 ifeq ($( CPU),athlon-mp)56 ifeq ($(IA32_CPU),athlon-mp) 57 57 CFLAGS += -march=athlon-mp -mmmx -msse -m3dnow 58 58 DEFS += -DCONFIG_FENCES_P3 59 59 CONFIG_HT = n 60 60 endif 61 ifeq ($( CPU),pentium3)61 ifeq ($(IA32_CPU),pentium3) 62 62 CFLAGS += -march=pentium3 -mmmx -msse 63 63 DEFS += -DCONFIG_FENCES_P3 64 64 CONFIG_HT = n 65 65 endif 66 ifeq ($( CPU),prescott)66 ifeq ($(IA32_CPU),prescott) 67 67 CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -msse3 68 68 DEFS += -DCONFIG_FENCES_P4 69 69 endif 70 ifeq ($( CPU),pentium4)70 ifeq ($(IA32_CPU),pentium4) 71 71 CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 72 72 DEFS += -DCONFIG_FENCES_P4
Note:
See TracChangeset
for help on using the changeset viewer.
