diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-08 16:20:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-08 16:20:25 +0000 |
commit | 9e8419d04303bfddb2b062f70ef70541a7f14a10 (patch) | |
tree | 2619ef99574f0ff7347bd1e5222c3b9fd5d4474f /make-all.com | |
parent | 320a5c6b1805c06780ca25f44c82bbfef69ec1cf (diff) | |
download | gdb-9e8419d04303bfddb2b062f70ef70541a7f14a10.zip gdb-9e8419d04303bfddb2b062f70ef70541a7f14a10.tar.gz gdb-9e8419d04303bfddb2b062f70ef70541a7f14a10.tar.bz2 |
Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
* make-all.com: Run config-a-gas.
* setup.com: Don't copy subdirectory files around.
Diffstat (limited to 'make-all.com')
-rw-r--r-- | make-all.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-all.com b/make-all.com index 7a37635..434e0af 100644 --- a/make-all.com +++ b/make-all.com @@ -1,4 +1,4 @@ -$! This file is used to build the binutils on openVMS/AXP. +$! This file is used to build the binutils on openVMS/Alpha. $! You must have GNU make for VMS. $! Run this script to build nm, size, objdump, and as. $ @setup @@ -11,6 +11,6 @@ $ gmake $ set def [-.binutils] $ gmake $ set def [-.gas] -$ @config-gas-axp +$ @config-a-gas $ gmake $ set def [-] |