mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 17:11:23 +08:00
Makefile.in: Make libgcc_s.so depend on libunwind.so.
* Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so. (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK). (libunwind.so): Likewise for $(SHLIBUNWIND_LINK). Co-Authored-By: Daniel Jacobowitz <dan@codesourcery.com> From-SVN: r121601
This commit is contained in:
parent
d6fb69e757
commit
cd5c235734
@ -1,3 +1,10 @@
|
||||
2007-02-05 Roger Sayle <roger@eyesopen.com>
|
||||
Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
|
||||
(libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
|
||||
(libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
|
||||
|
||||
2007-01-29 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
* Makefile.in (dec-filenames): Add decExcept.
|
||||
|
@ -591,6 +591,7 @@ all: libgcc.a libgcov.a
|
||||
|
||||
ifneq ($(LIBUNWIND),)
|
||||
all: libunwind.a
|
||||
libgcc_s$(SHLIB_EXT): libunwind$(SHLIB_EXT)
|
||||
endif
|
||||
|
||||
ifeq ($(enable_shared),yes)
|
||||
@ -622,7 +623,7 @@ libgcc_s$(SHLIB_EXT): $(libgcc-s-objects) $(extra-parts)
|
||||
# @multilib_dir@ is not really necessary, but sometimes it has
|
||||
# more uses than just a directory name.
|
||||
$(mkinstalldirs) $(MULTIDIR)
|
||||
$(subst @multilib_flags@,$(CFLAGS),$(subst \
|
||||
$(subst @multilib_flags@,$(CFLAGS) -B./,$(subst \
|
||||
@multilib_dir@,$(MULTIDIR),$(subst \
|
||||
@shlib_objs@,$(objects),$(subst \
|
||||
@shlib_base_name@,libgcc_s,$(subst \
|
||||
@ -635,7 +636,7 @@ libunwind$(SHLIB_EXT): $(libunwind-s-objects) $(extra-parts)
|
||||
# @multilib_dir@ is not really necessary, but sometimes it has
|
||||
# more uses than just a directory name.
|
||||
$(mkinstalldirs) $(MULTIDIR)
|
||||
$(subst @multilib_flags@,$(CFLAGS),$(subst \
|
||||
$(subst @multilib_flags@,$(CFLAGS) -B./,$(subst \
|
||||
@multilib_dir@,$(MULTIDIR),$(subst \
|
||||
@shlib_objs@,$(objects),$(subst \
|
||||
@shlib_base_name@,libunwind,$(subst \
|
||||
|
Loading…
x
Reference in New Issue
Block a user