Module Name:    src
Committed By:   mrg
Date:           Sat Mar 12 21:50:39 UTC 2016

Modified Files:
        src/external/gpl3/gcc/dist: config.sub

Log Message:
fix a minor merge botch.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/dist/config.sub

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/config.sub
diff -u src/external/gpl3/gcc/dist/config.sub:1.8 src/external/gpl3/gcc/dist/config.sub:1.9
--- src/external/gpl3/gcc/dist/config.sub:1.8	Sun Jan 24 09:43:31 2016
+++ src/external/gpl3/gcc/dist/config.sub	Sat Mar 12 21:50:39 2016
@@ -947,6 +947,9 @@ case $basic_machine in
 		basic_machine=hppa1.1-oki
 		os=-proelf
 		;;
+	openrisc | openrisc-*)
+		basic_machine=or32-unknown
+		;;
 	or1k | or1k-*)
 		basic_machine=or1k-unknown
 		;;

Reply via email to