diff options
author | 2000-10-15 19:20:59 +0000 | |
---|---|---|
committer | 2000-10-15 19:20:59 +0000 | |
commit | de0fac6be3004b3dbf9120f6d7b71e26e6f2a028 (patch) | |
tree | 31d729743a282447ad71413ecdab28416dde1062 | |
parent | Do not pass uninitialized ifmedia structures to ifmedia_add(). Fixes PR1426. (diff) | |
download | wireguard-openbsd-de0fac6be3004b3dbf9120f6d7b71e26e6f2a028.tar.xz wireguard-openbsd-de0fac6be3004b3dbf9120f6d7b71e26e6f2a028.zip |
Finish synch'ing.
-rw-r--r-- | gnu/egcs/gcc/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/configure.in b/gnu/egcs/gcc/configure.in index b3f1cf49444..acd1c61a066 100644 --- a/gnu/egcs/gcc/configure.in +++ b/gnu/egcs/gcc/configure.in @@ -3027,6 +3027,7 @@ changequote([,])dnl sparc-*-openbsd*) # we need collect2 until our bug is fixed... use_collect2=yes + tmake_file="t-libc-ok t-openbsd sparc/t-openbsd" ;; sparc-*-bsd*) tm_file=sparc/bsd.h |