diff options
author | Tom Tromey <tromey@redhat.com> | 2008-03-25 17:29:02 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2008-03-25 17:29:02 +0000 |
commit | 55d059d348a9cffa6eafb135b290b86816ec7abc (patch) | |
tree | 1e68c7aefc628fd6dbb121125174f701af8663d3 /gcc | |
parent | 2fe3178b6953ab8c88c75ca321645eaef1523594 (diff) | |
download | gcc-55d059d348a9cffa6eafb135b290b86816ec7abc.zip gcc-55d059d348a9cffa6eafb135b290b86816ec7abc.tar.gz gcc-55d059d348a9cffa6eafb135b290b86816ec7abc.tar.bz2 |
configure: Rebuilt.
* configure: Rebuilt.
* configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
Makefile.
From-SVN: r133524
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ca58b0..4de4233 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2008-03-25 Tom Tromey <tromey@redhat.com> + * configure: Rebuilt. + * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary + Makefile. + +2008-03-25 Tom Tromey <tromey@redhat.com> + * config/x-solaris (host-solaris.o): Update. * config/x-linux (host-linux.o): Update. * config/x-hpux (host-hpux.o): Update. diff --git a/gcc/configure b/gcc/configure index b09d67b..5bc3ae4 100755 --- a/gcc/configure +++ b/gcc/configure @@ -12801,7 +12801,7 @@ else CFLAGS="${saved_CFLAGS}" # Extract this setting from the temporary Makefile. - BUILD_DEPMODE=`grep '^BUILD_DEPMODE = ' Makefile | sed -e 's,.* = ,,'` + BUILD_DEPMODE=`grep '^CCDEPMODE = ' Makefile | sed -e 's,.* = ,,'` # We just finished tests for the build machine, so rename # the file auto-build.h in the gcc directory. diff --git a/gcc/configure.ac b/gcc/configure.ac index 2c84a79..a0351bd 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1477,7 +1477,7 @@ else CFLAGS="${saved_CFLAGS}" # Extract this setting from the temporary Makefile. - BUILD_DEPMODE=`grep '^BUILD_DEPMODE = ' Makefile | sed -e 's,.* = ,,'` + BUILD_DEPMODE=`grep '^CCDEPMODE = ' Makefile | sed -e 's,.* = ,,'` # We just finished tests for the build machine, so rename # the file auto-build.h in the gcc directory. |