Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-release-src > by-pkgid > a7a8c61ba8aeb9df47c0970166b0efb6 > files > 5

cross-gcc-10.2.1-4.mga8.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
@@ -55,8 +55,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 = _("`");