This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: Add RX target
- From: Richard Henderson <rth at redhat dot com>
- To: Ben Elliston <bje at au1 dot ibm dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 23 Sep 2009 14:56:52 -0700
- Subject: Re: RFA: Add RX target
Somehow, we've lost the "picochip" cpu type from config.sub,
which prevents us from configuring for that target.
r~
diff --git a/config.sub b/config.sub
index b26b47a..b09e3d6 100755
--- a/config.sub
+++ b/config.sub
@@ -284,7 +284,7 @@ case $basic_machine in
| nios | nios2 \
| ns16k | ns32k \
| or32 \
- | pdp10 | pdp11 | pj | pjl \
+ | pdp10 | pdp11 | picochip | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
| rx \