diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-30 03:04:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-01-30 03:04:11 +0000 |
commit | e7d5036f64c5273a5f56ae77273882536c5415e9 (patch) | |
tree | 50a97691acaa451051f05a8f1bc9ce010e25edb2 /gnu | |
parent | fb7dfcf89fbab1cd6c3009932d835c8d88c02095 (diff) |
repair breakage from options unifications; espie@ ok
Diffstat (limited to 'gnu')
-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) |