linux.cf: do not bother using X_LOCALE at all. We do not need it on linux.

This commit is contained in:
Jon Trulson 2012-08-02 19:15:20 -06:00
parent 5e6b400c3c
commit 344998b405
1 changed files with 0 additions and 4 deletions

View File

@ -110,11 +110,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
#define StandardCppDefines -traditional StandardDefines
#define ExtensionOSDefines -DXTESTEXT1
#if (LinuxDistribution == LinuxSuSE)
#define LinuxLocaleDefines /**/
#else
#define LinuxLocaleDefines -DX_LOCALE
#endif
#if LinuxCLibMajorVersion < 6
# define LinuxSourceDefines -D_POSIX_SOURCE \