diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-18 18:51:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-18 18:51:14 +0000 |
commit | bc70a91892e1fafd31d905154026d999cf41bd42 (patch) | |
tree | 0b1eb09f54bf1f76cf584bdac706eaca4fb8c57c /make-all.com | |
parent | 142aa7d93afb8ac45f127c8818152b148822e367 (diff) | |
download | gdb-bc70a91892e1fafd31d905154026d999cf41bd42.zip gdb-bc70a91892e1fafd31d905154026d999cf41bd42.tar.gz gdb-bc70a91892e1fafd31d905154026d999cf41bd42.tar.bz2 |
Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
* config.sub: Recognize -openvms.
* configure.in (alpha*-*-*vms*): Set noconfigdirs.
* make-all.com, setup.com: New files.
Diffstat (limited to 'make-all.com')
-rw-r--r-- | make-all.com | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/make-all.com b/make-all.com new file mode 100644 index 0000000..7a37635 --- /dev/null +++ b/make-all.com @@ -0,0 +1,16 @@ +$! This file is used to build the binutils on openVMS/AXP. +$! You must have GNU make for VMS. +$! Run this script to build nm, size, objdump, and as. +$ @setup +$ set def [.bfd] +$ gmake +$ set def [-.opcodes] +$ gmake +$ set def [-.libiberty] +$ gmake +$ set def [-.binutils] +$ gmake +$ set def [-.gas] +$ @config-gas-axp +$ gmake +$ set def [-] |