diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-03-22 11:54:26 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-03-22 11:54:26 +0000 |
commit | acf62dd55aff3f946ce49a335bc46f30387cc7ec (patch) | |
tree | ea22943dc9f7432b3e696774c6b1022583cbac92 | |
parent | 295f4e42f1e2ab8b5c76e1f02a7c8e2cbd59213c (diff) | |
download | gcc-acf62dd55aff3f946ce49a335bc46f30387cc7ec.zip gcc-acf62dd55aff3f946ce49a335bc46f30387cc7ec.tar.gz gcc-acf62dd55aff3f946ce49a335bc46f30387cc7ec.tar.bz2 |
Revert accidental bogus change to Makefile.def in last commit.
From-SVN: r79819
-rw-r--r-- | Makefile.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index 4fbe1ca..1e1da89 100644 --- a/Makefile.def +++ b/Makefile.def @@ -172,7 +172,7 @@ flags_to_pass = { flag= target_alias ; }; // Build tools flags_to_pass = { flag= BISON ; }; -flags_to_pass = { flag= CC_FOR_BUILD ; special_cases=gcc; }; +flags_to_pass = { flag= CC_FOR_BUILD }; flags_to_pass = { flag= CXX_FOR_BUILD ; }; flags_to_pass = { flag= EXPECT ; }; flags_to_pass = { flag= INSTALL ; }; |