Commit 03f9dd3f by Geoffrey Keating Committed by Geoffrey Keating

* config/t-slibgcc-darwin (SHLIB_MAPFILES): Use '+='.

From-SVN: r105050
parent c3c77614
2005-10-06 Geoffrey Keating <geoffk@apple.com>
* config/t-slibgcc-darwin (SHLIB_MAPFILES): Use '+='.
2005-10-06 Richard Henderson <rth@redhat.com>
PR 23706
......
......@@ -32,7 +32,7 @@ SHLIB_INSTALL = \
SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
SHLIB_MKMAP_OPTS = -v leading_underscore=1
SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver
SHLIB_MAPFILES += $(srcdir)/libgcc-std.ver
# Must use a different directive for hidden visibility in assembly sources.
ASM_HIDDEN_OP = .private_extern
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment