Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
authorIan Lance Taylor <ian@airs.com>
Thu, 8 Aug 1996 16:20:25 +0000 (16:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 8 Aug 1996 16:20:25 +0000 (16:20 +0000)
* make-all.com: Run config-a-gas.
* setup.com: Don't copy subdirectory files around.

ChangeLog
make-all.com
setup.com

index d1e03557ea873be8ca6855fe80e945fb4709f86d..b70f07b6e2f76aef7cb6d9f3a123ad4d5e13b364 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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.
+
+Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
+
+       * configure.in (*-*-ose): Remove exclusion of libgloss for this
+       target, it now compiles correctly.
+
 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
        * mpw-config.in: Generate Mac include for elf/dwarf2.h.
index 7a37635f212420c9774ad63e62cc3e6755ce1eb2..434e0af8833ebf3e9668d89785e2b0a34de33f8d 100644 (file)
@@ -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 [-]
index 9e3c39db1db5c153dd027e5ab21ba23d25146fad..553afd55ae1c3fea30c6f9ffbcc198ae6aaf15d1 100644 (file)
--- a/setup.com
+++ b/setup.com
@@ -1,10 +1,5 @@
-$! setup files for openVMS/AXP
+$! setup files for openVMS/Alpha
 $!
-$ 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]
This page took 0.030301 seconds and 4 git commands to generate.