aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Sanitize2
-rw-r--r--ChangeLog8
-rw-r--r--configure.in3
-rw-r--r--make-all.com16
-rw-r--r--setup.com13
5 files changed, 41 insertions, 1 deletions
diff --git a/.Sanitize b/.Sanitize
index 1ec083a..eed5a38 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -57,7 +57,7 @@ keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf
pagas patch perl prms
rcs readline sed send-pr shellutils sim textutils
texinfo tgas utils uudecode wdiff xiberty
- configure.bat makeall.bat winsup
+ configure.bat makeall.bat setup.com make-all.com winsup
mpw-README mpw-configure mpw-config.in mpw-build.in"
lose_these_too="${lose_these_too} testsuite"
diff --git a/ChangeLog b/ChangeLog
index 42fa87f..adb3e33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+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.
+
Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
* configure: enable_gdbtk=no for cygwin32-hosted toolchains
+ * configure.in: remove make from disable-if-Can-Cross list
+ enable gdb if ${host} and ${target} are cygwin32
Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
diff --git a/configure.in b/configure.in
index ffd1c14..4ec6e10 100644
--- a/configure.in
+++ b/configure.in
@@ -395,6 +395,9 @@ case "${target}" in
# gas doesn't generate exception information.
noconfigdirs="$noconfigdirs gas ld emacs fileutils grep target-newlib target-libgloss"
;;
+ alpha*-*-*vms*)
+ noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"
+ ;;
alpha*-*-*)
# newlib is not 64 bit ready
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
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 [-]
diff --git a/setup.com b/setup.com
new file mode 100644
index 0000000..9e3c39d
--- /dev/null
+++ b/setup.com
@@ -0,0 +1,13 @@
+$! setup files for openVMS/AXP
+$!
+$ copy [.bfd.hosts]alphavms.h [.bfd]sysdep.h
+$ copy [.bfd.hosts]alphavms.h [.opcodes]sysdep.h
+$ copy [.bfd]bfd.h-vms [.bfd]bfd.h
+$ copy [.libiberty]alloca-norm.h [.libiberty]alloca-conf.h
+$ copy [.binutils]config.h-vms [.binutils]config.h
+$ define aout [-.INCLUDE.AOUT]
+$ define coff [-.INCLUDE.COFF]
+$ define elf [-.INCLUDE.ELF]
+$ define mpw [-.INCLUDE.MPW]
+$ define nlm [-.INCLUDE.NLM]
+$ define opcode [-.INCLUDE.OPCODE]