]> git.pld-linux.org Git - packages/gcc2.git/blame - gcc2-athlon-option.patch
- move compressed patch to distfiles
[packages/gcc2.git] / gcc2-athlon-option.patch
CommitLineData
941c8d8a
AM
1diff -ur gcc-2.95.3/gcc/config/i386/i386.c gcc-2.95.3-/gcc/config/i386/i386.c
2--- gcc-2.95.3/gcc/config/i386/i386.c Sat Mar 23 12:21:51 2002
3+++ gcc-2.95.3-/gcc/config/i386/i386.c Sat Mar 23 12:19:38 2002
4@@ -253,6 +253,8 @@
5 {PROCESSOR_I686_STRING, PROCESSOR_PENTIUMPRO, &pentiumpro_cost, 0, 0},
6 {PROCESSOR_PENTIUMPRO_STRING, PROCESSOR_PENTIUMPRO,
7 &pentiumpro_cost, 0, 0},
8+ {PROCESSOR_ATHLON_STRING, PROCESSOR_PENTIUMPRO,
9+ &pentiumpro_cost, 0, 0},
10 {PROCESSOR_K6_STRING, PROCESSOR_K6, &k6_cost, 0, 0}
11 };
12
13diff -ur gcc-2.95.3/gcc/config/i386/i386.h gcc-2.95.3-/gcc/config/i386/i386.h
14--- gcc-2.95.3/gcc/config/i386/i386.h Sun Apr 25 13:43:49 1999
15+++ gcc-2.95.3-/gcc/config/i386/i386.h Sat Mar 23 12:20:43 2002
16@@ -233,6 +233,7 @@
17 #define PROCESSOR_PENTIUM_STRING "pentium"
18 #define PROCESSOR_I686_STRING "i686"
19 #define PROCESSOR_PENTIUMPRO_STRING "pentiumpro"
20+#define PROCESSOR_ATHLON_STRING "athlon"
21 #define PROCESSOR_K6_STRING "k6"
22
23 extern enum processor_type ix86_cpu;
This page took 0.103876 seconds and 4 git commands to generate.