Commit 3dae586d by Kai Tietz Committed by Kai Tietz

t-cygming (SHLIB_LINK): Make sure that $(SHLIB_MAP).def is forced when trying to…

t-cygming (SHLIB_LINK): Make sure that $(SHLIB_MAP).def is forced when trying to do a symbol link for it.

2008-11-18  Kai Tietz  <kai.tietz@onevision.com>

        * config/i386/t-cygming (SHLIB_LINK): Make sure that $(SHLIB_MAP).def
        is forced when trying to do a symbol link for it.

From-SVN: r141963
parent a990abff
2008-11-18 Kai Tietz <kai.tietz@onevision.com>
* config/i386/t-cygming (SHLIB_LINK): Make sure that $(SHLIB_MAP).def
is forced when trying to do a symbol link for it.
2008-11-17 Adam Nemet <anemet@caviumnetworks.com>
* expmed.c (extract_bit_field_1): Also use a temporary and
......
......@@ -55,7 +55,7 @@ SHLIB_OBJS = @shlib_objs@
SHLIB_DIR = @multilib_dir@/shlib
SHLIB_SLIBDIR_QUAL = @shlib_slibdir_qual@
SHLIB_LINK = $(LN_S) $(SHLIB_MAP) $(SHLIB_MAP).def && \
SHLIB_LINK = $(LN_S) -f $(SHLIB_MAP) $(SHLIB_MAP).def && \
if [ ! -d $(SHLIB_DIR) ]; then \
mkdir $(SHLIB_DIR) \
else true; fi && \
......
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