Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
authorIan Lance Taylor <ian@airs.com>
Tue, 18 Jun 1996 18:51:14 +0000 (18:51 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 18 Jun 1996 18:51:14 +0000 (18:51 +0000)
* config.sub: Recognize -openvms.
* configure.in (alpha*-*-*vms*): Set noconfigdirs.
* make-all.com, setup.com: New files.

.Sanitize
ChangeLog
configure.in
make-all.com [new file with mode: 0644]
setup.com [new file with mode: 0644]

index 1ec083a2d5b690bcb2768628eb182ac46eb2728b..eed5a38da85c2639b377a9a97ee509b634b00e29 100644 (file)
--- 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"
index 42fa87f1103573d36411011d8199337e0c552e53..adb3e3335e76d016460ca189c69345452cc5a16f 100644 (file)
--- 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>
 
index ffd1c142f78809260410e602832f2e86b0bc230d..4ec6e10972737461b24acc131c1ebc14b028725f 100644 (file)
@@ -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 (file)
index 0000000..7a37635
--- /dev/null
@@ -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 (file)
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]
This page took 0.032341 seconds and 4 git commands to generate.