This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Preliminary AROS support


Hi Fabio,

> Here's the small set of patches needed to make the build system
> aware of AROS and build a cross-linker.

I have applied your patches to gas, bfd and ld, but not the top level
one to config.sub:

> 2003-01-19  Fabio Alemagna  <falemagn@aros.org>
> 
> 	* config.sub: Handle -aros* target.
> 
> Index: config.sub
> ===================================================================
> RCS file: /cvs/src/src/config.sub,v
> retrieving revision 1.39
> diff -u -r1.39 config.sub
> --- config.sub	8 Jan 2003 22:09:30 -0000	1.39
> +++ config.sub	18 Jan 2003 17:04:48 -0000
> @@ -1227,6 +1227,9 @@
>  	-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
>  		os=-mint
>  		;;
> +	-aros*)
> +		os=-aros
> +		;;
>  	-none)
>  		;;
>  	*)


You will need to submit this patch (and all patch to top level
configure files) to:

  config-patches@gnu.org

Cheers
        Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]