diff options
author | John Gilmore <gnu@cygnus> | 1991-07-04 23:46:05 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-04 23:46:05 +0000 |
commit | 4708037854ee7a4f1602ae5149b3e461315ca0ca (patch) | |
tree | 018831d261fc4eacbba13157f2ea7668053e9f4b | |
parent | 4eda21f2f64846fb1a5dcec4dee29adccb92d185 (diff) | |
download | ppe42-binutils-4708037854ee7a4f1602ae5149b3e461315ca0ca.tar.gz ppe42-binutils-4708037854ee7a4f1602ae5149b3e461315ca0ca.zip |
Add gdb, rearrange the things that gdb needs so they get built first.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 42f1481b21..45d4b45295 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ # script appropriate for this directory. For more information, check # any existing configure script. -configdirs="libiberty bfd binutils gcc ld gas readline gnulib ${clib} prms" +configdirs="libiberty bfd binutils gcc readline gdb ld gas gnulib ${clib} prms" srctrigger=README.configure srcname="gnu development package" |