Update of /cvsroot/linux-vax/toolchain/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26907
Modified Files:
gcc-000003-add-vax-linux-target.patch
Log Message:
Dammit - missed the closing ;;
Index: gcc-000003-add-vax-linux-target.patch
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/patches/gcc-000003-add-vax-linux-target.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gcc-000003-add-vax-linux-target.patch 19 Apr 2005 22:49:00 -0000 1.1
+++ gcc-000003-add-vax-linux-target.patch 19 Apr 2005 22:56:29 -0000 1.2
@@ -16,12 +16,13 @@
diff -urN src-gcc-fresh/gcc/config.gcc src-gcc-hacked/gcc/config.gcc
--- src-gcc-fresh/gcc/config.gcc 2005-04-14 22:23:50.000000000 +0100
+++ src-gcc-hacked/gcc/config.gcc 2005-04-19 23:37:32.721622210 +0100
-@@ -2155,6 +2155,8 @@
+@@ -2155,6 +2155,9 @@
tmake_file=vax/t-memfuncs
use_fixproto=yes
;;
+vax-*-linux*) # vax running linux ELF binary format
+ tm_file="${tm_file} elfos.h linux.h vax/linux.h vax/elf.h"
++ ;;
vax-*-netbsdelf*)
tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
;;
|