diff options
author | 2012-12-31 08:27:57 +0000 | |
---|---|---|
committer | 2012-12-31 08:27:57 +0000 | |
commit | 6a245ffa3d57701e0a8b18392edde94553fe1b67 (patch) | |
tree | 9c527c56e5875d23829e517cc2cefb315a806caf | |
parent | update currency exchange rates; (diff) | |
download | wireguard-openbsd-6a245ffa3d57701e0a8b18392edde94553fe1b67.tar.xz wireguard-openbsd-6a245ffa3d57701e0a8b18392edde94553fe1b67.zip |
Remove GLIBC_DYNAMIC_LINKER which is only relevant for Linux.
ok miod@
-rw-r--r-- | gnu/gcc/gcc/config/mips/openbsd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/gcc/gcc/config/mips/openbsd.h b/gnu/gcc/gcc/config/mips/openbsd.h index c62789e84d9..64bafcc234a 100644 --- a/gnu/gcc/gcc/config/mips/openbsd.h +++ b/gnu/gcc/gcc/config/mips/openbsd.h @@ -122,8 +122,6 @@ Boston, MA 02110-1301, USA. */ #undef MIPS_DEFAULT_GVALUE #define MIPS_DEFAULT_GVALUE 0 -#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" - /* Borrowed from sparc/linux.h */ #undef LINK_SPEC #define LINK_SPEC \ |