Ticket #7890: patch-configure

File patch-configure, 956 bytes (added by takuzo.ohara@…, 18 years ago)

Patch to fix "none.o" compile problem.

Line 
1--- configure.orig      2006-03-21 23:09:52.000000000 +0900
2+++ configure   2006-03-21 23:10:07.000000000 +0900
3@@ -536,7 +536,7 @@
4       byteccrpath="-Wl,-rpath,"
5       mksharedlibrpath="-rpath "
6       shared_libraries_supported=true;;
7-    powerpc-apple-darwin*)
8+    *-*-darwin*)
9       mksharedlib="cc -bundle -flat_namespace -undefined suppress -o"
10       bytecccompopts="$dl_defs $bytecccompopts"
11       #sharedcccompopts="-fnocommon"
12@@ -583,6 +583,7 @@
13   powerpc-*-netbsd*)            arch=power; model=ppc; system=bsd;;
14   powerpc-*-rhapsody*)          arch=power; model=ppc; system=rhapsody;;
15   powerpc-*-darwin*)            arch=power; model=ppc; system=rhapsody;;
16+  i[3456]86-*-darwin*)          arch=i386; system=rhapsody;;
17   arm*-*-linux*)                arch=arm; system=linux;;
18   ia64-*-linux*)                arch=ia64; system=linux;;
19   ia64-*-freebsd*)              arch=ia64; system=freebsd;;
20
21Diff finished.  Tue Mar 21 23:10:15 2006