mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 12:40:36 +00:00
Set r environment variable that CC_FOR_TARGET needs in CONFIGURE_TARGET_MODULES
This commit is contained in:
parent
f3138a7ca1
commit
59d3634c87
@ -1,3 +1,8 @@
|
||||
Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
|
||||
variable that CC_FOR_TARGET needs.
|
||||
|
||||
Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
|
||||
|
@ -1014,6 +1014,7 @@ $(INSTALL_MODULES): install-dirs
|
||||
$(CONFIGURE_TARGET_MODULES):
|
||||
@dir=`echo $@ | sed -e 's/configure-target-//'`; \
|
||||
if [ -d $(TARGET_SUBDIR)/$${dir} ]; then \
|
||||
r=`pwd`; export r; \
|
||||
$(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
|
||||
if [ -f $(TARGET_SUBDIR)/$${dir}/multilib.out ]; then \
|
||||
if cmp $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out > /dev/null; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user