1 |
1534 |
robertmh |
diff -Nur glibc-2.3.1.old/configure glibc-2.3.1/configure
|
2 |
|
|
--- glibc-2.3.1.old/configure 2002-10-10 02:37:54.000000000 +0200
|
3 |
|
|
+++ glibc-2.3.1/configure 2005-07-03 23:01:26.000000000 +0200
|
4 |
|
|
@@ -1041,6 +1041,7 @@
|
5 |
|
|
m88k) base_machine=m88k machine=m88k/m88100 ;;
|
6 |
|
|
mips64*) base_machine=mips64 machine=mips/mips64/$machine ;;
|
7 |
|
|
mips*) base_machine=mips machine=mips/$machine ;;
|
8 |
|
|
+or32) base_machine=openrisc machine=openrisc/or32 ;;
|
9 |
|
|
powerpc) base_machine=powerpc machine=powerpc/powerpc32 ;;
|
10 |
|
|
powerpc64) base_machine=powerpc machine=powerpc/powerpc64 ;;
|
11 |
|
|
s390) base_machine=s390 machine=s390/s390-32 ;;
|
12 |
|
|
diff -Nur glibc-2.3.1.old/configure.in glibc-2.3.1/configure.in
|
13 |
|
|
--- glibc-2.3.1.old/configure.in 2002-10-08 20:09:38.000000000 +0200
|
14 |
|
|
+++ glibc-2.3.1/configure.in 2005-07-03 23:01:39.000000000 +0200
|
15 |
|
|
@@ -320,6 +320,7 @@
|
16 |
|
|
m88k) base_machine=m88k machine=m88k/m88100 ;;
|
17 |
|
|
mips64*) base_machine=mips64 machine=mips/mips64/$machine ;;
|
18 |
|
|
mips*) base_machine=mips machine=mips/$machine ;;
|
19 |
|
|
+or32) base_machine=openrisc machine=openrisc/or32 ;;
|
20 |
|
|
powerpc) base_machine=powerpc machine=powerpc/powerpc32 ;;
|
21 |
|
|
powerpc64) base_machine=powerpc machine=powerpc/powerpc64 ;;
|
22 |
|
|
s390) base_machine=s390 machine=s390/s390-32 ;;
|
23 |
|
|
diff -Nur glibc-2.3.1.old/shlib-versions glibc-2.3.1/shlib-versions
|
24 |
|
|
--- glibc-2.3.1.old/shlib-versions 2002-09-05 11:31:49.000000000 +0200
|
25 |
|
|
+++ glibc-2.3.1/shlib-versions 2005-06-25 17:05:04.000000000 +0200
|
26 |
|
|
@@ -25,6 +25,7 @@
|
27 |
|
|
cris-.*-linux.* DEFAULT GLIBC_2.2
|
28 |
|
|
x86_64-.*-linux.* DEFAULT GLIBC_2.2.5
|
29 |
|
|
powerpc64-.*-linux.* DEFAULT GLIBC_2.3
|
30 |
|
|
+or32-.*-linux.* DEFAULT GLIBC_2.3
|
31 |
|
|
.*-.*-gnu-gnu.* DEFAULT GLIBC_2.2.6
|
32 |
|
|
|
33 |
|
|
# Configuration Library=version Earliest symbol set (optional)
|
34 |
|
|
@@ -73,6 +74,7 @@
|
35 |
|
|
powerpc64.*-.*-linux.* ld=ld64.so.1 GLIBC_2.3
|
36 |
|
|
cris-.*-linux.* ld=ld.so.1 GLIBC_2.2
|
37 |
|
|
x86_64-.*-linux.* ld=ld-linux-x86-64.so.2 GLIBC_2.2.5
|
38 |
|
|
+or32-.*-linux.* ld=ld.so.1 GLIBC_2.3
|
39 |
|
|
# We use the ELF ABI standard name for the default.
|
40 |
|
|
.*-.*-.* ld=ld.so.1
|
41 |
|
|
|