public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Sync config with GCC
@ 2012-09-29 15:23 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2012-09-29 15:23 UTC (permalink / raw)
  To: binutils; +Cc: GDB

Hi,

I checked in this patch to sync config with GCC.

H.J.
---
diff -up config/ChangeLog ../gcc/config/ChangeLog
--- config/ChangeLog	2012-09-22 06:31:02.392744299 -0700
+++ ../gcc/config/ChangeLog	2012-09-24 11:39:13.253148137 -0700
@@ -2,6 +2,12 @@
 
 	* mt-sde: Change -mcode-xonly to -mcode-readable=pcrel.
 
+2012-09-03  Richard Guenther  <rguenther@suse.de>
+
+	PR bootstrap/54138
+	* config/cloog.m4: Adjust for toplevel reorg.
+	* config/isl.m4: Adjust.
+
 2012-08-26  Art Haas <ahaas@impactweather.com>
 
 	* cloog.m4 (CLOOG_INIT_FLAGS): Use = instead of == in test.
diff -up config/cloog.m4 ../gcc/config/cloog.m4
--- config/cloog.m4	2012-09-22 06:31:02.392744299 -0700
+++ ../gcc/config/cloog.m4	2012-09-24 11:39:13.253148137 -0700
@@ -22,12 +22,6 @@
 # Initialize clooglibs/clooginc according to the user input.
 AC_DEFUN([CLOOG_INIT_FLAGS],
 [
-  AC_ARG_WITH(cloog,
-    [AS_HELP_STRING(
-      [--with-cloog=PATH],
-      [Specify prefix directory for the installed CLooG-PPL package.
-       Equivalent to --with-cloog-include=PATH/include
-       plus --with-cloog-lib=PATH/lib])])
   AC_ARG_WITH([cloog-include],
     [AS_HELP_STRING(
       [--with-cloog-include=PATH],
@@ -72,11 +66,7 @@ AC_DEFUN([CLOOG_INIT_FLAGS],
   fi
 
   clooginc="-DCLOOG_INT_GMP ${clooginc}"
-  clooglibs="${clooglibs} -lcloog-isl ${isllibs}"
-
-  dnl Flags needed for CLOOG
-  AC_SUBST(clooglibs)
-  AC_SUBST(clooginc)
+  clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
 ]
 )
 
diff -up config/isl.m4 ../gcc/config/isl.m4
--- config/isl.m4	2012-09-22 06:31:02.392744299 -0700
+++ ../gcc/config/isl.m4	2012-09-24 11:39:13.254148148 -0700
@@ -23,12 +23,6 @@
 # Initialize isllibs/islinc according to the user input.
 AC_DEFUN([ISL_INIT_FLAGS],
 [
-  AC_ARG_WITH(isl,
-    [AS_HELP_STRING(
-      [--with-isl=PATH],
-      [Specify prefix directory for the installed ISL package.
-       Equivalent to --with-isl-include=PATH/include
-       plus --with-isl-lib=PATH/lib])])
   AC_ARG_WITH([isl-include],
     [AS_HELP_STRING(
       [--with-isl-include=PATH],
@@ -73,12 +67,6 @@ AC_DEFUN([ISL_INIT_FLAGS],
     islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
     ENABLE_ISL_CHECK=no
   fi
-
-  isllibs="${isllibs} -lisl"
-
-  dnl Flags needed for ISL
-  AC_SUBST(isllibs)
-  AC_SUBST(islinc)
 ]
 )
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-29 15:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-29 15:23 PATCH: Sync config with GCC H.J. Lu

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