From b51cdb1e8bb366f2067635839ffc3894bce20aec Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 8 Mar 1998 16:09:57 +0000 Subject: [PATCH] Spell -Bshareable correctly... :-] --- contrib/gcc/config/i386/freebsd.h | 2 +- contrib/gcc/config/i386/freebsd.h.fixed | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 34b1718ab86..093b377a72b 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -528,7 +528,7 @@ do { \ -m elf_i386 \ %{Wl,*:%*} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ - %{shared:-Bshared %{h*} %{soname*}} \ + %{shared:-Bshareable %{h*} %{soname*}} \ %{symbolic:-Bsymbolic} \ %{!shared: \ %{!static: \ diff --git a/contrib/gcc/config/i386/freebsd.h.fixed b/contrib/gcc/config/i386/freebsd.h.fixed index 34b1718ab86..093b377a72b 100644 --- a/contrib/gcc/config/i386/freebsd.h.fixed +++ b/contrib/gcc/config/i386/freebsd.h.fixed @@ -528,7 +528,7 @@ do { \ -m elf_i386 \ %{Wl,*:%*} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ - %{shared:-Bshared %{h*} %{soname*}} \ + %{shared:-Bshareable %{h*} %{soname*}} \ %{symbolic:-Bsymbolic} \ %{!shared: \ %{!static: \