diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-06-18 01:59:45 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-06-18 01:59:45 +0000 |
commit | 776dc15d3809dbd893c878907960ad4ea556604d (patch) | |
tree | c03c3ff40ade5a2a4cd1e88cba60f77e40759d7f /gcc/configure.ac | |
parent | 093c7153029151d28e4f60d9204d0edc31e7e3a2 (diff) | |
download | gcc-776dc15d3809dbd893c878907960ad4ea556604d.zip gcc-776dc15d3809dbd893c878907960ad4ea556604d.tar.gz gcc-776dc15d3809dbd893c878907960ad4ea556604d.tar.bz2 |
opts.sh: Delete.
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.
From-SVN: r83333
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 1b037ab..3460d27 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]) ;; |