summaryrefslogtreecommitdiffstats
path: root/recipes/glibc/glibc-2.3.2/sparcv8-target.patch
blob: f2dae8c15bac724faff4bfdef868286d2f6d2f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- configure~	2003-06-17 09:24:52.000000000 -0400
+++ configure	2003-06-17 09:25:19.000000000 -0400
@@ -1796,6 +1796,11 @@
   machine="powerpc"
 fi
 
+# Force v8
+if test "$machine" = sparc; then
+   machine="sparcv8"
+fi
+
 # Braindead PowerPC box with absolutely no FPU.
 case "$machine-$host_os" in
   powerpc*-*soft)
--- configure.in~	2003-06-17 09:24:55.000000000 -0400
+++ configure.in	2003-06-17 09:25:29.000000000 -0400
@@ -337,6 +337,11 @@
   machine="powerpc"
 fi
 
+# Force v8
+if test "$machine" = sparc; then
+   machine="sparcv8"
+fi
+
 # Braindead PowerPC box with absolutely no FPU.
 case "$machine-$host_os" in
   powerpc*-*soft)