This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

VSTa user wanted for testing configuration patch


I'd like an i386/VSTa user (if there *are* any) to try building mainline
GCC first without this patch, and then with this patch, and to report 
back to me.

(If I can't get any feedback at all, I'm probably going to push to get 
the patch committed, since I believe it's correct.)  Thanks in 
advance....

Index: config.build
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.build,v
retrieving revision 1.1
diff -u -r1.1 config.build
--- config.build	31 Aug 2003 19:00:38 -0000	1.1
+++ config.build	1 Sep 2003 18:07:29 -0000
@@ -110,7 +110,6 @@
     ;;
   i386-*-vsta) 
     # Intel 80386's running VSTa kernel
-    build_xm_file="i386/xm-vsta.h"
     ;;
   m68000-hp-hpux* | m68k-hp-hpux*) 
     # HP 9000 series 300
Index: config.host
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.host,v
retrieving revision 2.1
diff -u -r2.1 config.host
--- config.host	1 Sep 2003 17:30:41 -0000	2.1
+++ config.host	1 Sep 2003 18:07:30 -0000
@@ -306,7 +306,6 @@
   i[34567]86-*-sysv*) # Intel 80386's running System V
     ;;
   i386-*-vsta) # Intel 80386's running VSTa kernel
-    host_xm_file="i386/xm-vsta.h"
     ;;
   i[34567]86-*-pe | i[34567]86-*-cygwin*)
     host_xm_file=i386/xm-cygwin.h

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]