mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
(correct version)
2009-04-06 Laurent GUERBY <laurent@guerby.net> * Makefile.in (ADA_RTS_DIR): Define. * Makefile.in (gnatlib-*): Link adainclude and adalib to it. From-SVN: r145673
This commit is contained in:
@@ -98,6 +98,8 @@ gnatlib-plain: oscons $(GCC_DIR)/ada/Makefile
|
||||
test -f stamp-libada || \
|
||||
$(MAKE) -C $(GCC_DIR)/ada $(LIBADA_FLAGS_TO_PASS) gnatlib \
|
||||
&& touch stamp-libada
|
||||
-rm -rf adainclude
|
||||
-rm -rf adalib
|
||||
$(LN_S) $(ADA_RTS_DIR) adainclude
|
||||
$(LN_S) $(ADA_RTS_DIR) adalib
|
||||
|
||||
@@ -105,6 +107,8 @@ gnatlib-sjlj gnatlib-zcx gnatlib-shared: oscons $(GCC_DIR)/ada/Makefile
|
||||
test -f stamp-libada || \
|
||||
$(MAKE) -C $(GCC_DIR)/ada $(LIBADA_FLAGS_TO_PASS) $@ \
|
||||
&& touch stamp-libada
|
||||
-rm -rf adainclude
|
||||
-rm -rf adalib
|
||||
$(LN_S) $(ADA_RTS_DIR) adainclude
|
||||
$(LN_S) $(ADA_RTS_DIR) adalib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user