This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/19959] [4.0/4.1 Regression] Can't compile gnattools for the cross targets
- From: "berndtrog at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Mar 2005 22:29:25 -0000
- Subject: [Bug ada/19959] [4.0/4.1 Regression] Can't compile gnattools for the cross targets
- References: <20050214202207.19959.berndtrog@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From berndtrog at yahoo dot com 2005-03-02 22:29 -------
Update:
with this patch to $TARGET/libada/Makefile
RTS_DIR:=$(strip $(subst \,/,$(shell gnatls -v | grep adalib )))
-gnattools-cross: gnatlib
+gnattools-cross:
$(MAKE) -C $(GCC_DIR)/ada $(FLAGS_TO_PASS) $(ADA_FLAGS_TO_PASS) \
and
cd $TARGET/libada
make gnattools-cross
I get the cross gnattools compiled (without newlib).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19959