Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 7235506c2e27c8ccc58ae57303a4ed2f > files > 6

cross-gcc-6.0.0-0.2.mga6.src.rpm

diff -uNr --exclude '*~' gcc-4.7.0-RC-20120302/gcc/intl.c gcc-4.7.0-RC-20120302-old/gcc/intl.c
--- gcc/intl.c	2010-12-01 17:29:12.000000000 +0000
+++ gcc/intl.c	2012-03-15 14:49:19.709968148 +0000
@@ -56,8 +56,8 @@
   setlocale (LC_ALL, "");
 #endif
 
-  (void) bindtextdomain ("gcc", LOCALEDIR);
-  (void) textdomain ("gcc");
+  (void) bindtextdomain ("cross-gcc", LOCALEDIR);
+  (void) textdomain ("cross-gcc");
 
   /* Opening quotation mark.  */
   open_quote = _("`");