diff options
author | 1997-01-24 02:14:38 +0000 | |
---|---|---|
committer | 1997-01-24 02:14:38 +0000 | |
commit | 27588389ebfcad4a6d7bb9f022206a97432af0ef (patch) | |
tree | a91ab6d0fdf7ce8b81a2eeb79de6bd0f5de476b1 | |
parent | netbsd? nope.. (diff) | |
download | wireguard-openbsd-27588389ebfcad4a6d7bb9f022206a97432af0ef.tar.xz wireguard-openbsd-27588389ebfcad4a6d7bb9f022206a97432af0ef.zip |
not netbsd
-rw-r--r-- | gnu/usr.bin/gcc/config/mips/openbsd-be.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/mips/openbsd-le.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/config/mips/openbsd-be.h b/gnu/usr.bin/gcc/config/mips/openbsd-be.h index ef7c2806305..637529086dd 100644 --- a/gnu/usr.bin/gcc/config/mips/openbsd-be.h +++ b/gnu/usr.bin/gcc/config/mips/openbsd-be.h @@ -278,7 +278,7 @@ do { \ } \ } while (0) -/* Since gas and gld are standard on NetBSD, we don't need these */ +/* Since gas and gld are standard on OpenBSD, we don't need these */ #undef ASM_FINAL_SPEC #undef STARTFILE_SPEC diff --git a/gnu/usr.bin/gcc/config/mips/openbsd-le.h b/gnu/usr.bin/gcc/config/mips/openbsd-le.h index 387a283bdaa..d56c1e091aa 100644 --- a/gnu/usr.bin/gcc/config/mips/openbsd-le.h +++ b/gnu/usr.bin/gcc/config/mips/openbsd-le.h @@ -278,7 +278,7 @@ do { \ } \ } while (0) -/* Since gas and gld are standard on NetBSD, we don't need these */ +/* Since gas and gld are standard on OpenBSD, we don't need these */ #undef ASM_FINAL_SPEC #undef STARTFILE_SPEC |