darwin.h (LINK_COMMAND_SPEC): Don't try to protect %S with !Zdynamiclib.
* config/darwin.h (LINK_COMMAND_SPEC): Don't try to protect %S with !Zdynamiclib. From-SVN: r112549
This commit is contained in:
parent
240c7c0274
commit
24cec83cc9
@ -1,3 +1,8 @@
|
||||
2006-03-30 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* config/darwin.h (LINK_COMMAND_SPEC): Don't try to protect %S with
|
||||
!Zdynamiclib.
|
||||
|
||||
2006-03-30 Carlos O'Donell <carlos@codesourcery.com>
|
||||
|
||||
* Makefile.in: Rename docdir to gcc_docdir.
|
||||
|
@ -205,7 +205,7 @@ Boston, MA 02110-1301, USA. */
|
||||
%l %X %{d} %{s} %{t} %{Z} \
|
||||
%{!Zdynamiclib:%{A} %{e*} %{m} %{N} %{n} %{r} %{u*} %{x} %{z}} \
|
||||
%{@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}} \
|
||||
%{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \
|
||||
%{!A:%{!nostdlib:%{!nostartfiles:%S}}} \
|
||||
%{L*} %{fopenmp:%:include(libgomp.spec)%(link_gomp)} \
|
||||
%(link_libgcc) %o %{fprofile-arcs|fprofile-generate|coverage:-lgcov} \
|
||||
%{!nostdlib:%{!nodefaultlibs:%(link_ssp) %G %L}} \
|
||||
|
Loading…
Reference in New Issue
Block a user