diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-15 20:46:29 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-15 20:46:29 +0000 |
commit | 5db7ecb785deaf2f6b4c0a830147d0927e078531 (patch) | |
tree | f424727a6dc06cd44a3b1c52c87de5c10ae1ff26 /mpw-config.in | |
parent | f29351d98b9834627cc9b77081d7f67fe65d9267 (diff) | |
download | gdb-5db7ecb785deaf2f6b4c0a830147d0927e078531.zip gdb-5db7ecb785deaf2f6b4c0a830147d0927e078531.tar.gz gdb-5db7ecb785deaf2f6b4c0a830147d0927e078531.tar.bz2 |
Fri Jan 7 14:34:31 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-build.in: New file, top-level build script fragment for MPW.
* mpw-configure: New file, configure script for MPW.
* mpw-config.in: New file, config fragment for MPW.
Diffstat (limited to 'mpw-config.in')
-rw-r--r-- | mpw-config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mpw-config.in b/mpw-config.in new file mode 100644 index 0000000..5eaead3 --- /dev/null +++ b/mpw-config.in @@ -0,0 +1,11 @@ +Set host_libs "mmalloc libiberty opcodes bfd readline" + +Set host_tools "byacc flex binutils ld gas gcc gdb" + +Set target_libs "" + +Set target_tools "" + +Set configdirs "{host_libs} {host_tools} {target_libs} {target_tools}" +Export configdirs + |