Define __LINUX__ for build tools if host is Linux

svn path=/trunk/; revision=34850
This commit is contained in:
Hervé Poussineau
2008-07-27 15:49:18 +00:00
parent 4d5f9f73ed
commit f958aedf05
+1 -1
View File
@@ -183,7 +183,7 @@ endif
else
HOST=mingw32-linux
HOST_CFLAGS+=-fshort-wchar -D__LINUX__
HOST_CPPFLAGS+=-fshort-wchar
HOST_CPPFLAGS+=-fshort-wchar -D__LINUX__
endif
endif