comparison 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
comparison
equal deleted inserted replaced
2005:d84214a794ab 2006:1ea9c87af805
2221 fi 2221 fi
2222 2222
2223 dnl Feed s&m crud to src/Makefile 2223 dnl Feed s&m crud to src/Makefile
2224 2224
2225 dnl Linux/powerpc needs the following magic for some reason 2225 dnl Linux/powerpc needs the following magic for some reason
2226 test "$machine$opsys" = "powerpclinux" && start_flags="-T $srcdir/src/ppc.ldscript" 2226 dnl [Not needed with YellowDog 2.3 and causes link problems with YellowDog 3.0,
2227 dnl the two most popular PowerPC distributions.]
2228 dnl test "$machine$opsys" = "powerpclinux" && start_flags="-T $srcdir/src/ppc.ldscript"
2227 2229
2228 if test "$unexec" = "unexaix.o"; then 2230 if test "$unexec" = "unexaix.o"; then
2229 dnl AIX needs various hacks to make static linking work. 2231 dnl AIX needs various hacks to make static linking work.
2230 if test "$dynamic" = "no"; then 2232 if test "$dynamic" = "no"; then
2231 start_flags="-Wl,-bnso,-bnodelcsect" 2233 start_flags="-Wl,-bnso,-bnodelcsect"