diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-16 21:04:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-16 21:05:14 +0300 |
commit | 8b5cf7fb57c0f68ee312d7f7b404533807349318 (patch) | |
tree | 225332a33d0ae93aaf57dc0c2fcaa273012a49ab /cppunit | |
parent | 2eb39893df0fa008da0f863caa65d8aea7eb107b (diff) |
For kicks, enable cross-building for Android on MIPS
Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk index 2880d32c41c3..446067db5686 100644 --- a/cppunit/makefile.mk +++ b/cppunit/makefile.mk @@ -116,7 +116,7 @@ MY_LIBS = -lm .END .IF "$(OS)" == "ANDROID" -MY_LIBS= -lgnustl_shared +MY_LIBS= -lgnustl_shared -lm .ENDIF CONFIGURE_ACTION = ./configure |