mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
configure.ac: Initialize clooglibs to -lcloog.
2008-09-05 Richard Guenther <rguenther@suse.de> * configure.ac: Initialize clooglibs to -lcloog. * configure: Re-generate. From-SVN: r140032
This commit is contained in:
committed by
Richard Biener
parent
80379f51e3
commit
23d9794af3
@@ -1,3 +1,8 @@
|
||||
2008-09-05 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* configure.ac: Initialize clooglibs to -lcloog.
|
||||
* configure: Re-generate.
|
||||
|
||||
2008-09-04 Le-Chun Wu <lcwu@google.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -4921,7 +4921,7 @@ fi
|
||||
|
||||
|
||||
# Check for CLOOG
|
||||
clooglibs=
|
||||
clooglibs=" -lcloog "
|
||||
clooginc=" -DCLOOG_PPL_BACKEND "
|
||||
|
||||
|
||||
|
||||
@@ -1364,7 +1364,7 @@ AC_SUBST(pplinc)
|
||||
|
||||
|
||||
# Check for CLOOG
|
||||
clooglibs=
|
||||
clooglibs=" -lcloog "
|
||||
clooginc=" -DCLOOG_PPL_BACKEND "
|
||||
|
||||
AC_ARG_WITH(cloog, [ --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL package
|
||||
|
||||
Reference in New Issue
Block a user