From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Groessler To: config-patches@gnu.org Cc: cpg@aladdin.de, binutils@sources.redhat.com, gdb@sources.redhat.com Subject: target z8k-coff Date: Wed, 02 May 2001 14:13:00 -0000 Message-id: <87sninwj9k.fsf@gibbon.cnet.aladdin.de> X-SW-Source: 2001-05/msg00039.html Hi "config-patches", the following change is needed to support a shorthand "z8k-coff" target in addition to "z8k-xxx-coff". diff -u -r1.20 config.sub --- config.sub 2001/03/22 11:09:20 1.20 +++ config.sub 2001/05/02 21:05:38 @@ -233,7 +233,7 @@ | mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \ | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ | thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \ - | pj | pjl | h8500) + | pj | pjl | h8500 | z8k) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) @@ -241,7 +241,7 @@ basic_machine=$basic_machine-unknown os=-none ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | w65) + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65) ;; # We use `pc' rather than `unknown' Please integrate it. regards, chris