diff mbox

: Remove unnecessary usage of -DCLOOG_INT_GMP on islinc

Message ID CAJMcOU9-ONPYkhLgnZ9bB0tpbw5Xig82ubnD2FGju+vbyZ+Dkw@mail.gmail.com
State New
Headers show

Commit Message

Jack Howarth Dec. 3, 2014, 7:10 p.m. UTC
The attached patch completes the removal of the cloog support in
gcc trunk by removing the use of   -DCLOOG_INT_GMP on islinc in
config/isl.m4 and the top-level configure. Bootstrap tested against
isl 0.14 on x86_64-apple-darwin14. Okay for gcc trunk?
             Jack
2014-12-03	Jack Howarth  <howarth@bromo.med.uc.edu>

	* config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
	* configure: Regenerated.

Comments

Jeff Law Dec. 3, 2014, 8:45 p.m. UTC | #1
On 12/03/14 12:10, Jack Howarth wrote:
>     The attached patch completes the removal of the cloog support in
> gcc trunk by removing the use of   -DCLOOG_INT_GMP on islinc in
> config/isl.m4 and the top-level configure. Bootstrap tested against
> isl 0.14 on x86_64-apple-darwin14. Okay for gcc trunk?
>               Jack
>
>
> remove_CLOOG_INT_GMP.diff
>
>
> 2014-12-03	Jack Howarth<howarth@bromo.med.uc.edu>
>
> 	* config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
> 	* configure: Regenerated.
OK.
jeff
diff mbox

Patch

Index: config/isl.m4
===================================================================
--- config/isl.m4	(revision 218324)
+++ config/isl.m4	(working copy)
@@ -69,7 +69,6 @@  AC_DEFUN([ISL_INIT_FLAGS],
     AC_MSG_WARN([using in-tree ISL, disabling version check])
   fi
 
-  islinc="-DCLOOG_INT_GMP ${islinc}"
   isllibs="${isllibs} -lisl"
 ]
 )