diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-04 19:01:18 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-04 19:01:18 +0000 |
commit | eb02fd64a65fb5ac4ee74911c9bcd928c3b2ac0d (patch) | |
tree | c8b9b1309a18fd72c77404224be3e121e86a93f2 /configure.in | |
parent | 55dd74a1a89f3d978842841a632dabe3215d1c58 (diff) | |
download | gdb-eb02fd64a65fb5ac4ee74911c9bcd928c3b2ac0d.zip gdb-eb02fd64a65fb5ac4ee74911c9bcd928c3b2ac0d.tar.gz gdb-eb02fd64a65fb5ac4ee74911c9bcd928c3b2ac0d.tar.bz2 |
Initial revision
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in new file mode 100644 index 0000000..e6df4e4 --- /dev/null +++ b/configure.in @@ -0,0 +1,8 @@ +# This file is a shell script fragment that supplies the information +# necessary to tailor a template configure script into the configure +# script appropriate for this directory. For more information, check +# any existing configure script. + +configdirs="gcc gas bfd binutils ld clib" +srctrigger=gcc-new +srcname="gnu development package" |