This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: 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 \


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