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: [patch RFC] A few SH specific changes for top level libgcc



Ah, I see.  Does it mean that the patch for config.host should
be like the below at this stage?

--- ORIG/trunk/libgcc/config.host	2007-01-05 12:38:29.000000000 +0900
+++ LOCAL/trunk/libgcc/config.host	2007-01-09 13:40:50.000000000 +0900
@@ -548,6 +548,11 @@ sh-*-symbianelf* | sh[12346l]*-*-symbian
   sh-*-linux* | sh[346lbe]*-*-linux* | \
   sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
    sh64-*-netbsd* | sh64l*-*-netbsd*)
+	case ${host} in
+	sh*-*-linux*)
+		tmake_file="${tmake_file} sh/t-linux"
+		;;
+	esac
 	;;
 sh-*-rtemscoff*)
 	;;

Yes, the patch is ok with this change (even though you are an SH maintainer so you can approve it yourself).


Paolo


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