diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-10 07:16:56 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-10 07:16:56 -0500 |
commit | 1496daef02449e9e20a95a453ea93084f84da7c8 (patch) | |
tree | fe2bc3cf20adab81c076ccb582905fd3e1ed8adf | |
parent | 3800b162ec0fa8ec66eaac506dc7cdc2caefe46c (diff) | |
download | gcc-1496daef02449e9e20a95a453ea93084f84da7c8.zip gcc-1496daef02449e9e20a95a453ea93084f84da7c8.tar.gz gcc-1496daef02449e9e20a95a453ea93084f84da7c8.tar.bz2 |
(FLAGS_TO_PASS): Add STAGE_PREFIX, set by configure.
From-SVN: r13481
-rw-r--r-- | gcc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index aa12fc0..52fc20a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU C compiler. -# Copyright (C) 1987, 88, 90-95, 1996 Free Software Foundation, Inc. +# Copyright (C) 1987, 88, 90-96, 1997 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -502,6 +502,7 @@ FLAGS_TO_PASS = \ "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \ "RANLIB_TEST_FOR_TARGET=$(RANLIB_TEST_FOR_TARGET)" \ "SHELL=$(SHELL)" \ + "STAGE_PREFIX=set-by-configure" \ "exeext=$(exeext)" \ "objext=$(objext)" \ "exec_prefix=$(exec_prefix)" \ |