diff configure.in @ 2006:1ea9c87af805

[xemacs-hg @ 2004-04-12 10:11:47 by stephent] disable ppc.ldscript <87brlx8q3m.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 12 Apr 2004 10:11:50 +0000
parents 1d23b62cc251
children 1388c8b3e663
line wrap: on
line diff
--- a/configure.in	Sun Apr 11 21:50:30 2004 +0000
+++ b/configure.in	Mon Apr 12 10:11:50 2004 +0000
@@ -2223,7 +2223,9 @@
 dnl Feed s&m crud to src/Makefile
 
 dnl Linux/powerpc needs the following magic for some reason
-test "$machine$opsys" = "powerpclinux" && start_flags="-T $srcdir/src/ppc.ldscript"
+dnl [Not needed with YellowDog 2.3 and causes link problems with YellowDog 3.0,
+dnl the two most popular PowerPC distributions.]
+dnl test "$machine$opsys" = "powerpclinux" && start_flags="-T $srcdir/src/ppc.ldscript"
 
 if test "$unexec" = "unexaix.o"; then
 dnl AIX needs various hacks to make static linking work.