[Bug ada/27769] cross-gnatmake needs host gcc

berndtrog at yahoo dot com gcc-bugzilla@gcc.gnu.org
Fri May 26 11:15:00 GMT 2006



------- Comment #7 from berndtrog at yahoo dot com  2006-05-26 11:15 -------
This bug is target independent. 
I see the same behaviour for --target=mingw32.

Workaround (for avr only):
Index: mlib-utl.adb
===================================================================
--- mlib-utl.adb        (revision 114128)
+++ mlib-utl.adb        (working copy)
@@ -38,7 +38,7 @@

    Initialized : Boolean := False;

-   Gcc_Name : constant String := "gcc";
+   Gcc_Name : constant String := "avr-gcc";
    Gcc_Exec : OS_Lib.String_Access;

    Ar_Name    : OS_Lib.String_Access;


-- 

berndtrog at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|avr                         |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27769



More information about the Gcc-bugs mailing list