bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ADA support for Debian GNU/Hurd


From: Samuel Thibault
Subject: Re: ADA support for Debian GNU/Hurd
Date: Sun, 1 Apr 2012 22:16:39 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit :
> --- a/src/gcc/ada/gcc-interface_Makefile.in   2011-11-18 12:46:58.000000000 
> +0100
> +++ b/src/gcc/ada/gcc-interface/Makefile.in   2012-03-28 11:28:09.000000000 
> +0200
> @@ -1143,6 +1116,32 @@
>    LIBRARY_VERSION := $(LIB_VERSION)
>  endif
>  
> +ifeq ($(strip $(filter-out %86 gnu%,$(arch) $(osys))),)
> +  LIBGNAT_TARGET_PAIRS = \
> +  a-intnam.ads<a-intnam-freebsd.ads \
> +  a-numaux.adb<a-numaux-x86.adb \
> +  a-numaux.ads<a-numaux-x86.ads \
> +  s-inmaop.adb<s-inmaop-posix.adb \
> +  s-intman.adb<s-intman-posix.adb \
> +  s-osinte.adb<s-osinte-kfreebsd-gnu.adb \

It seems odd to be using the kfreebsd-gnu file here. Isn't the gnu
version below

> +  s-osinte.ads<s-osinte-gnu.ads \

defining everything needed?

> +  s-osprim.adb<s-osprim-posix.adb \
> +  s-taprop.adb<s-taprop-gnu.adb \
> +  s-taspri.ads<s-taspri-posix.ads \
> +  s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
> +  system.ads<system-freebsd-x86.ads

Here as well, it'd be better to introduce a system-gnu-x86.ads, even if
it's almost the same as the freebsd version.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]