re PR ada/19959 (Can't compile gnattools for the cross targets)
PR ada/19959 * Makefile.in (gnattools-cross): Remove incorrect dependency on gnatlib From-SVN: r97251
This commit is contained in:
parent
33da42bc45
commit
9ecbc8f49f
@ -225,7 +225,7 @@ regnattools: $(GCC_DIR)/stamp-gnatlib
|
|||||||
# files that are among the sources
|
# files that are among the sources
|
||||||
# FIXME: This should be done in configure.
|
# FIXME: This should be done in configure.
|
||||||
RTS_DIR:=$(strip $(subst \,/,$(shell gnatls -v | grep adalib )))
|
RTS_DIR:=$(strip $(subst \,/,$(shell gnatls -v | grep adalib )))
|
||||||
gnattools-cross: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib
|
gnattools-cross: $(GCC_DIR)/stamp-tools
|
||||||
# gnattools1-re
|
# gnattools1-re
|
||||||
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
|
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
|
||||||
$(TOOLS_FLAGS_TO_PASS_CROSS) INCLUDES="" \
|
$(TOOLS_FLAGS_TO_PASS_CROSS) INCLUDES="" \
|
||||||
|
Loading…
Reference in New Issue
Block a user