diff options
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/i386/openbsd64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/i386/openbsd64.h b/gnu/usr.bin/gcc/gcc/config/i386/openbsd64.h index 63637ce240d..1bd17d75686 100644 --- a/gnu/usr.bin/gcc/gcc/config/i386/openbsd64.h +++ b/gnu/usr.bin/gcc/gcc/config/i386/openbsd64.h @@ -37,8 +37,6 @@ Boston, MA 02111-1307, USA. */ { \ OPENBSD_OS_CPP_BUILTINS_ELF(); \ OPENBSD_OS_CPP_BUILTINS_LP64(); \ - builtin_define ("__unix__"); \ - builtin_assert ("system=bsd"); \ } \ while (0) |