public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [1/8] Don't build newlib for AIX
@ 2009-06-02 12:58 David Edelsohn
  0 siblings, 0 replies; 3+ messages in thread
From: David Edelsohn @ 2009-06-02 12:58 UTC (permalink / raw)
  To: Richard Sandiford; +Cc: gcc-patches

	* configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
	to noconfdirs.
	* configure: Regenerate.

Okay.

Thanks, David

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

* Re: [1/8] Don't build newlib for AIX
  2009-06-02 12:05 ` [1/8] Don't build newlib for AIX Richard Sandiford
@ 2009-06-02 12:58   ` Paolo Bonzini
  0 siblings, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2009-06-02 12:58 UTC (permalink / raw)
  To: gcc-patches, richards

Ok.

Paolo

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

* [1/8] Don't build newlib for AIX
  2009-06-02 12:03 [0/8] AIX cross toolchains Richard Sandiford
@ 2009-06-02 12:05 ` Richard Sandiford
  2009-06-02 12:58   ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Sandiford @ 2009-06-02 12:05 UTC (permalink / raw)
  To: gcc-patches

This patch allows a combined src/gcc tree to build on AIX.  It simply adds
newlib to the list of unsupported directories.

Tested on powerpc-ibm-aix6.1 and x86_64-linux-gnu.  OK to install?

Richard


	* configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
	to noconfdirs.
	* configure: Regenerate.

Index: configure.ac
===================================================================
--- configure.ac	2009-02-25 10:55:35.000000000 +0000
+++ configure.ac	2009-02-25 11:08:15.000000000 +0000
@@ -797,7 +797,7 @@ case "${target}" in
     ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
-    noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
+    noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
     ;;
   powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
     target_configdirs="$target_configdirs target-winsup"
@@ -824,7 +824,7 @@ case "${target}" in
     noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
     ;;
   rs6000-*-aix*)
-    noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
+    noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
     ;;
   rs6000-*-*)
     noconfigdirs="$noconfigdirs gprof ${libgcj}"

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

end of thread, other threads:[~2009-06-02 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-02 12:58 [1/8] Don't build newlib for AIX David Edelsohn
  -- strict thread matches above, loose matches on Subject: below --
2009-06-02 12:03 [0/8] AIX cross toolchains Richard Sandiford
2009-06-02 12:05 ` [1/8] Don't build newlib for AIX Richard Sandiford
2009-06-02 12:58   ` Paolo Bonzini

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).