[V8] uclibc: __GLIBC__ might be defined on uclibc builds
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Mon, 5 Dec 2011 10:46:09 +0000 (18:46 +0800)
committerQt by Nokia <qt-info@nokia.com>
Thu, 1 Mar 2012 11:03:57 +0000 (12:03 +0100)
commit44b09b3ad71aa38a25a954719ab8b35b60f27aeb
tree8015c98e51647ae28debce1fea75185d88a5ed13
parentcf3296721194eafb9bb07ee94026cfb5bcc5d092
[V8] uclibc: __GLIBC__ might be defined on uclibc builds

Uclibc defines __GLIBC__ becuase it is compatible in some ways with,
but it does not provide execinfo. Uclibc provides a define to disable
defining __GLIBC__ but Qt does not build with that right now. Check
for GLIBC and !UCLIBC here.

Change-Id: I582a16d16151f30c696ed0e9d185e2706599abe7
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
src/3rdparty/v8/src/platform-linux.cc