diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-18 01:59:45 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-18 01:59:45 +0000 |
commit | e8b212b8ab7e454dda69088b37952d12aa313766 (patch) | |
tree | c03c3ff40ade5a2a4cd1e88cba60f77e40759d7f /gcc/configure.ac | |
parent | e24e8df7f2b15e0e0378aa8b65d85f1d3b8a348e (diff) | |
download | gcc-e8b212b8ab7e454dda69088b37952d12aa313766.tar.gz |
2004-06-18 Kelley Cook <kcook@gcc.gnu.org>
* opts.sh: Delete. Break out generated code to next four files.
* opt-gather.awk: New file.
* optc-gen.awk: New file.
* opth-gen.awk: New file.
* opt-functions.awk: New common file.
* Makefile.in: Update for above.
* configure.ac: Update comment.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 1b037abbff4..3460d27ceb6 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -720,7 +720,7 @@ AC_PROG_MAKE_SET # Find some useful tools AC_PROG_AWK -# We need awk to run opts.sh (to create options.c and options.h). +# We need awk to create options.c and options.h. # Bail out if it's missing. case ${AWK} in "") AC_MSG_ERROR([can't build without awk, bailing out]) ;; |