Dash:
[t2.git] / package / develop / gcc / libintl.diff.uclibc
blobba2b9be30d9b9a9ca9bfef0c1ea66d217cccc73e
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../gcc/libintl.diff.uclibc
5 # Copyright (C) 2008 - 2016 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 --- ./gcc/config/linux.h.orig   2006-02-18 12:12:51.000000000 +0100
16 +++ ./gcc/config/linux.h        2007-06-25 17:53:25.000000000 +0200
17 @@ -71,6 +71,7 @@
18  #undef LIB_SPEC
19  #define LIB_SPEC \
20    "%{pthread:-lpthread} \
21 +   %{!nointl:-lintl} \
22     %{shared:-lc} \
23     %{!shared:%{mieee-fp:-lieee} %{profile:-lc_p}%{!profile:-lc}}"