]> git.pld-linux.org Git - packages/cross-gcc.git/blob - cross-intl-filename.patch
new package
[packages/cross-gcc.git] / cross-intl-filename.patch
1 diff -uNr --exclude '*~' gcc-4.7.0-RC-20120302/gcc/intl.c gcc-4.7.0-RC-20120302-old/gcc/intl.c
2 --- gcc/intl.c  2010-12-01 17:29:12.000000000 +0000
3 +++ gcc/intl.c  2012-03-15 14:49:19.709968148 +0000
4 @@ -56,8 +56,8 @@
5    setlocale (LC_ALL, "");
6  #endif
7  
8 -  (void) bindtextdomain ("gcc", LOCALEDIR);
9 -  (void) textdomain ("gcc");
10 +  (void) bindtextdomain ("cross-gcc", LOCALEDIR);
11 +  (void) textdomain ("cross-gcc");
12  
13    /* Opening quotation mark.  */
14    open_quote = _("`");
This page took 0.059938 seconds and 3 git commands to generate.