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]

OpenBSD tester wanted (fixincludes patch)


I would like someone with an OpenBSD system to test a GCC build with this
patch.  This makes it use the normal fixincludes instead of the bizarre
things it did before.

If it doesn't work, I'd like to know where.  If it does work and actually
alters some files, I'd like to know that too, since I think that on OpenBSD 3.0
and later it shouldn't make any fixes.  

(You can tell which files were altered by the output from fixincludes; 
however, ignore io_quotes_use, io_quotes_def, hpux8_bogus_inlines,
sun_malloc, and sysv68_string since they claim to have altered things even
when they didn't.)

	* fixinc/mkfixinc.sh: Treat OpenBSD normally.

Index: mkfixinc.sh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fixinc/mkfixinc.sh,v
retrieving revision 1.50
diff -u -r1.50 mkfixinc.sh
--- mkfixinc.sh	11 Jul 2003 05:24:48 -0000	1.50
+++ mkfixinc.sh	11 Jul 2003 23:44:34 -0000
@@ -42,10 +42,6 @@
         fixincludes=fixinc.svr4
         ;;
 
-    i?86-*-openbsd*)
-        fixincludes=fixinc.wrap
-        ;;
-
     i?86-sequent-ptx* | i?86-sequent-sysv[34]*)
         fixincludes=fixinc.ptx
         ;;

-- 
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]