aboutsummaryrefslogtreecommitdiff
path: root/make-all.com
diff options
context:
space:
mode:
Diffstat (limited to 'make-all.com')
-rw-r--r--make-all.com16
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 [-]