bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

v850e processor in config.sub [binutils-2.11.2]


From: Miles Bader
Subject: v850e processor in config.sub [binutils-2.11.2]
Date: 26 Nov 2001 13:21:49 +0900

binutils version 2.11.2 supports the NEC v850e processor, but
`config.sub' doesn't recognize it.  I made the following change, and
then everything compiles and works properly; can someone make this
change to the canonical source?


diff -up binutils-2.11.2/config.sub.\~1\~ binutils-2.11.2/config.sub
--- binutils-2.11.2/config.sub.~1~      Thu Mar 22 20:12:23 2001
+++ binutils-2.11.2/config.sub  Fri Oct 12 11:50:26 2001
@@ -231,7 +231,7 @@ case $basic_machine in
                | mips64orion | mips64orionel | mipstx39 | mipstx39el \
                | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el 
\
                | mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \
-               | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x 
\
+               | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | 
v850e | c4x \
                | thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \
                | pj | pjl | h8500)
                basic_machine=$basic_machine-unknown
@@ -278,7 +278,7 @@ case $basic_machine in
              | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \
              | [cjt]90-* \
              | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | 
d10v-* \
-             | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \
+             | thumb-* | v850-* | v850e-* | d30v-* | tic30-* | tic80-* | c30-* 
| fr30-* \
              | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*)
                ;;
        # Recognize the various machine names and aliases which stand


Thanks,

-Miles
-- 
Would you like fries with that?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]