matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / glibc / glibc-2.3.2 / sparcv8-target.patch
blobf2dae8c15bac724faff4bfdef868286d2f6d2f6c
1 --- configure~ 2003-06-17 09:24:52.000000000 -0400
2 +++ configure 2003-06-17 09:25:19.000000000 -0400
3 @@ -1796,6 +1796,11 @@
4 machine="powerpc"
5 fi
7 +# Force v8
8 +if test "$machine" = sparc; then
9 + machine="sparcv8"
10 +fi
12 # Braindead PowerPC box with absolutely no FPU.
13 case "$machine-$host_os" in
14 powerpc*-*soft)
15 --- configure.in~ 2003-06-17 09:24:55.000000000 -0400
16 +++ configure.in 2003-06-17 09:25:29.000000000 -0400
17 @@ -337,6 +337,11 @@
18 machine="powerpc"
21 +# Force v8
22 +if test "$machine" = sparc; then
23 + machine="sparcv8"
24 +fi
26 # Braindead PowerPC box with absolutely no FPU.
27 case "$machine-$host_os" in
28 powerpc*-*soft)