public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gas=yes issues in configure
@ 1998-04-05 17:27 Richard Henderson
  1998-04-08  2:13 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 1998-04-05 17:27 UTC (permalink / raw)
  To: egcs

The use of gas=yes in the big target switch is broken for cross
builds.  Forcing gas=yes is clearly only desired when configuring
the target, yet we wind up doing it as well for the build and host
machines as well.

What is the preferred solution?  Testing

	if [ "$machine" = "$target"]; then
		gas=yes gnu_ld=yes
	fi

seems tedious.  Perhaps a target_gas=yes in the switch, that is
cleared out with the rest of the variables at the top, and afterward,
use gas=${gas-$target_gas}?


r~

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-04-08  2:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-05 17:27 gas=yes issues in configure Richard Henderson
1998-04-08  2:13 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).