From: Ben Cheng Date: Wed, 7 Nov 2012 07:11:35 +0000 (-0800) Subject: Disable ld --fatal-warnings because of using mktemp. X-Git-Tag: android-x86-4.4-r1~513 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=20b9749959786a11d91332202009d3903f15e3f0;p=android-x86%2Fframeworks-native.git Disable ld --fatal-warnings because of using mktemp. Change-Id: Id18b1e38672294b025bc26adb38aed0ac3e0fb45 --- diff --git a/opengl/tests/EGLTest/Android.mk b/opengl/tests/EGLTest/Android.mk index d820875667..1a9ee5c783 100644 --- a/opengl/tests/EGLTest/Android.mk +++ b/opengl/tests/EGLTest/Android.mk @@ -30,6 +30,9 @@ LOCAL_C_INCLUDES := \ frameworks/native/opengl/libs \ frameworks/native/opengl/libs/EGL \ +# gold in binutils 2.22 will warn about the usage of mktemp +LOCAL_LDFLAGS += -Wl,--no-fatal-warnings + include $(BUILD_EXECUTABLE) # Include subdirectory makefiles