mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 21:11:19 +08:00
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:
parent
a990abffbf
commit
3dae586db9
@ -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
|
||||
|
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user