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]

config.gcc typo


This fixes a syntax error, committed as obvious.

Andreas.

2002-12-26  Andreas Schwab  <schwab@suse.de>

	* config.gcc (powerpc*-*-*, rs6000-*-*): Fix assignment syntax. 

Index: gcc/config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.269
diff -u -a -p -a -u -p -r1.269 gcc/config.gcc
--- gcc/config.gcc	19 Dec 2002 05:19:47 -0000	1.269
+++ gcc/config.gcc	26 Dec 2002 17:58:38 -0000
@@ -2864,7 +2864,7 @@ powerpc*-*-* | rs6000-*-*)
 			fi
 			;;
 	esac
-	out_file = rs6000/rs6000.c
+	out_file=rs6000/rs6000.c
 	c_target_objs="${c_target_objs} rs6000-c.o"
 	cxx_target_objs="${cxx_target_objs} rs6000-c.o"
 	tmake_file="rs6000/t-rs6000 ${tmake_file}"


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