diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-13 10:18:32 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-13 10:18:32 +0000 |
commit | 7151decb6e39b5c5499dba79442d73a5f04991fc (patch) | |
tree | 7fd9c4382b0457321abe55a99b9e129d3218e53d /gcc/configure.ac | |
parent | b4e1521f31eae496eb8451188cf04900ba3d63d8 (diff) | |
download | gcc-7151decb6e39b5c5499dba79442d73a5f04991fc.tar.gz |
Remove extra_passes
* config.gcc (extra_passes): Remove.
* configure.ac (extra_passes): Don't substitute.
* configure: Regenerate.
* Makefile.in (EXTRA_PASSES): Remove.
(GCC_PASSES): Remove $(EXTRA_PASSES).
(MOSTLYCLEANFILES): Likewise.
(native): Likewise.
(install-common): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185323 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 3686680d807..32610ecdb56 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -4974,7 +4974,6 @@ AC_SUBST(user_headers_inc_next_pre) AC_SUBST(user_headers_inc_next_post) AC_SUBST(extra_headers_list) AC_SUBST(extra_objs) -AC_SUBST(extra_passes) AC_SUBST(extra_programs) AC_SUBST(float_h_file) AC_SUBST(gcc_config_arguments) |