From 048c67fd421d128a5bf0e6a784e685a9a7826f81 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 13 Feb 2004 19:25:03 +0000 Subject: [PATCH] fix i386 built-ins. --- lang/egcs/stable/files/config/gcc/config/i386/openbsdelf.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lang/egcs/stable/files/config/gcc/config/i386/openbsdelf.h b/lang/egcs/stable/files/config/gcc/config/i386/openbsdelf.h index 7e97f0daee5..49dc00a7ca3 100644 --- a/lang/egcs/stable/files/config/gcc/config/i386/openbsdelf.h +++ b/lang/egcs/stable/files/config/gcc/config/i386/openbsdelf.h @@ -39,8 +39,6 @@ Boston, MA 02111-1307, USA. */ do \ { \ OPENBSD_OS_CPP_BUILTINS_ELF(); \ - builtin_define ("__unix__"); \ - builtin_assert ("system=bsd"); \ } \ while (0) @@ -111,9 +109,7 @@ Boston, MA 02111-1307, USA. */ /* Assembler format: exception region output. */ -/* All configurations that don't use elf must be explicit about not using - dwarf unwind information. egcs doesn't try too hard to check internal - configuration files... */ +/* our configuration still doesn't handle dwarf2 correctly */ #define DWARF2_UNWIND_INFO 0 /* Assembler format: alignment output. */