This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH 1/9] New target 16-bit Intel x86
- From: Rask Ingemann Lambertsen <rask at sygehus dot dk>
- To: gcc-patches at gcc dot gnu dot org
- Cc: config-patches at gnu dot org
- Date: Mon, 30 Jul 2007 15:58:12 +0200
- Subject: [PATCH 1/9] New target 16-bit Intel x86
- References: <20070730134217.GK25795@sygehus.dk>
To config-patches@gnu.org: You'll receive only this part of the patch set.
2007-07-30 Rask Ingemann Lambertsen <rask@sygehus.dk>
* config.sub: Add support for 16-bit Intel x86.
Index: config.sub
===================================================================
--- config.sub (revision 126653)
+++ config.sub (working copy)
@@ -247,7 +247,7 @@ case $basic_machine in
| d10v | d30v | dlx | dsp16xx \
| fido | fr30 | frv \
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
- | i370 | i860 | i960 | ia64 \
+ | i370 | i860 | i960 | ia64 | ia16 \
| ip2k | iq2000 \
| m32c | m32r | m32rle | m68000 | m68k | m88k \
| maxq | mb | microblaze | mcore | mep \
@@ -327,7 +327,7 @@ case $basic_machine in
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
| h8300-* | h8500-* \
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
- | i*86-* | i860-* | i960-* | ia64-* \
+ | i*86-* | i860-* | i960-* | ia64-* | ia16-* \
| ip2k-* | iq2000-* \
| m32c-* | m32r-* | m32rle-* \
| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
--
Rask Ingemann Lambertsen