diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-15 23:46:50 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-15 23:46:50 +0000 |
commit | 0df06ca031741cd54a602f30688e8e49281a0a2e (patch) | |
tree | 888319d66250f1ea0b34e5b8bc8e27cb7b04e272 /configure.in | |
parent | 8c32cf6e55a712a64e01a78a9b646a66c67543d2 (diff) | |
download | gdb-0df06ca031741cd54a602f30688e8e49281a0a2e.zip gdb-0df06ca031741cd54a602f30688e8e49281a0a2e.tar.gz gdb-0df06ca031741cd54a602f30688e8e49281a0a2e.tar.bz2 |
Now handles multiple hosts and targets.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1e9cdef..3e66b3a 100644 --- a/configure.in +++ b/configure.in @@ -6,3 +6,8 @@ configdirs="bfd binutils ld gas gnulib gcc clib" srctrigger=README.configure srcname="gnu development package" + +# per-host: + +# per-target: + |