$OpenBSD: patch-gcc_config_i386_openbsd_h,v 1.1.1.1 2005/01/03 15:21:26 espie Exp $
--- gcc/config/i386/openbsd.h.orig	Mon Oct 21 00:37:10 2002
+++ gcc/config/i386/openbsd.h	Mon Jan  3 10:17:43 2005
@@ -29,11 +29,7 @@ Boston, MA 02111-1307, USA.  */
 #define TARGET_OS_CPP_BUILTINS()		\
   do						\
     {						\
-	builtin_define ("__unix__");		\
-	builtin_define ("__OpenBSD__");		\
-	builtin_assert ("system=unix");		\
-	builtin_assert ("system=bsd");		\
-	builtin_assert ("system=OpenBSD");	\
+    	OPENBSD_OS_CPP_BUILTINS_COMMON();	\
     }						\
   while (0)
 
