Hi Eric,

>
> OK, I think that this compiler is misconfigured, could you try this
>
> Index: gcc-interface/Makefile.in
> ===================================================================
> --- gcc-interface/Makefile.in (revision 205918)
> +++ gcc-interface/Makefile.in (working copy)
> @@ -1903,7 +1903,7 @@ ifeq ($(strip $(filter-out powerpc% linu
> endif
>
> # ARM linux, GNU eabi
> -ifeq ($(strip $(filter-out arm% linux-gnueabi,$(target_cpu) $(target_os))),)
> +ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(target_cpu) $(target_os))),)
> LIBGNAT_TARGET_PAIRS = \
> a-intnam.ads<a-intnam-linux.ads \
> s-inmaop.adb<s-inmaop-posix.adb \
>
> and rebuild this compiler?
>
> --
> Eric Botcazou

OK, now it works. Thanks.


I wonder if you could add some really good comments in the system.ads
what's the problem and how to fix it if the No_Implicit_Dynamic_Code
makes problems like these?


Bernd.                                    

Reply via email to