Add m68hc12 to list of supported configurations in GAS

Stephane Carrez Stephane.Carrez@worldnet.fr
Sat Oct 28 12:19:00 GMT 2000


Hi Nick,

Nick Clifton a écrit :
> 
> Hi Guys,
> 
>   I have applied the following patch add m68hc12 as a supported
>   configuration alongside m6812 and m6811.
> 
> Cheers
>         Nick
> 

Thanks!

By the way, I sent the following patch in June to update the top-level
configure.in and config.sub:
http://sources.redhat.com/ml/binutils/2000-06/msg00555.html

The top-level config.sub was updated but not the configure.in.

Do you know how this top-level configure.in could be patched?

	Stephane


diff -Nrup --exclude-from=binutils-exclude.lst /src/gnu/cygnus/binutils/configure.in binutils/configure.in
--- /src/gnu/cygnus/binutils/configure.in       Sun Jun 25 11:37:27 2000
+++ binutils/configure.in       Sun Jun 25 11:55:17 2000
@@ -643,6 +643,9 @@ case "${target}" in
   arm-*-riscix*)
     noconfigdirs="$noconfigdirs ld target-libgloss"
     ;;
+  m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
+    noconfigdirs="$noconfigdirs target-libiberty target-librx target-libg++ target-libstdc++ target-libio target-libf2c
target-libchill target-zlib target-libobjc"
+    ;;
   d10v-*-*)
     noconfigdirs="$noconfigdirs target-librx target-libg++ target-libstdc++ target-libio"
     ;;

-----------------------------------------------------------------------
         Home                               Office
E-mail: stcarrez@worldnet.fr               Stephane.Carrez@sun.com
WWW:    http://home.worldnet.fr/stcarrez   http://www.sun.com
Mail:   17, rue Foucher Lepelletier        6, avenue Gustave Eiffel
        92130 Issy Les Moulineaux          78182 Saint Quentin en Yvelines
        France


More information about the Binutils mailing list