diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-03-08 16:09:57 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-03-08 16:09:57 +0000 |
| commit | b51cdb1e8bb366f2067635839ffc3894bce20aec (patch) | |
| tree | 7d90a7c964e346d930dd9857e1641fe77c037916 /contrib/gcc | |
| parent | 8b91ab6a615093824e6325bd94a6338a7af14d58 (diff) | |
Notes
Diffstat (limited to 'contrib/gcc')
| -rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 2 | ||||
| -rw-r--r-- | 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 34b1718ab863..093b377a72b2 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 34b1718ab863..093b377a72b2 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: \ |
