Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] allow darwin as cross compile host
@ 2001-12-30 22:10 matthew green
  2001-12-31 12:00 ` Stan Shebs
  2002-01-02 18:51 ` Andrew Cagney
  0 siblings, 2 replies; 4+ messages in thread
From: matthew green @ 2001-12-30 22:10 UTC (permalink / raw)
  To: gdb-patches



hi folks.


i needed this patch to correctly guess to use "macos", as
configure.guess is giving me `powerpc-apple-darwin5.2'.


OK to commit?


.mrg.


	* configure.host (powerpc-*-darwin*): Set gdb_host=macos.

Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.31
diff -p -r1.31 configure.host
*** configure.host	2001/12/17 16:23:02	1.31
--- configure.host	2001/12/31 06:05:49
*************** ns32k-*-netbsd*)	gdb_host=nbsd ;;
*** 127,132 ****
--- 127,133 ----
  powerpc-*-aix*)		gdb_host=aix ;;
  powerpc-*-linux*)	gdb_host=linux ;;
  powerpc-*-netbsd*)	gdb_host=nbsd ;;
+ powerpc-*-darwin*)	gdb_host=macos ;;
  
  rs6000-*-lynxos*)	gdb_host=rs6000lynx ;;
  rs6000-*-aix4*)		gdb_host=aix4 ;;


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

end of thread, other threads:[~2002-01-03  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-30 22:10 [patch] allow darwin as cross compile host matthew green
2001-12-31 12:00 ` Stan Shebs
2002-01-02 18:51 ` Andrew Cagney
2002-01-03  1:26   ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox