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
This commit is contained in:
Kai Tietz 2008-11-18 11:03:01 +00:00 committed by Kai Tietz
parent a990abffbf
commit 3dae586db9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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 && \