diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2012-12-31 07:17:00 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2012-12-31 07:17:00 +0000 |
commit | 9ae135f20fceeb139711fd8cb9afd1c4009edcad (patch) | |
tree | 50e72de145b3114795c6baf6a989669ff747db0f /gnu | |
parent | cbe7dde9cc583bad9802303b856b311c8c0355fe (diff) |
Make use of OPENBSD_OS_CPP_BUILTINS_COMMON here as well.
ok miod@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/vax/openbsd.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/vax/openbsd.h b/gnu/usr.bin/gcc/gcc/config/vax/openbsd.h index 02a92504903..2cdad694c32 100644 --- a/gnu/usr.bin/gcc/gcc/config/vax/openbsd.h +++ b/gnu/usr.bin/gcc/gcc/config/vax/openbsd.h @@ -23,10 +23,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=OpenBSD"); \ + OPENBSD_OS_CPP_BUILTINS_COMMON(); \ } \ while (0) |