Changeset 1684 for trunk/build/lol-build
- Timestamp:
- Jul 30, 2012, 2:25:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/lol-build
r1679 r1684 80 80 # No bootstrapping needed 81 81 ;; 82 android-arm)83 # No bootstrapping needed84 ;;85 82 *) 86 83 PATH="$PATH" M4PATH="$M4PATH" ./bootstrap … … 157 154 ;; 158 155 android-arm) 159 cd monsterz/android 160 android update project --path . 156 ./configure --host=arm-linux-androideabi ac_cv_exeext=.so \ 157 CPPFLAGS="-Wno-psabi -I$ANDROID_NDK_ROOT/sources/cxx-stl/stlport/stlport -I$ANDROID_NDK_ROOT/sources/cxx-stl/gabi++/include -fpic -fno-exceptions -fno-rtti -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64" \ 158 CFLAGS="-march=armv5te -mtune=xscale -msoft-float -mthumb" \ 159 CXXFLAGS="-march=armv5te -mtune=xscale -msoft-float -mthumb" \ 160 LOL_LIBS="-L$ANDROID_NDK_ROOT/sources/cxx-stl/stlport/libs/armeabi -lstlport_shared -lm -fpic -XCClinker -shared" 161 # FIXME: is this needed? 162 # android update project --path . 163 # ndk-build 164 # ant compile 165 # ndk-build distclean 166 # ant clean 161 167 ;; 162 168 raspi-arm) … … 210 216 xcodebuild -configuration Release -sdk iphonesimulator4.3 211 217 ;; 212 android-arm)213 cd monsterz/android214 ndk-build215 ant compile216 ;;217 218 *) 218 219 make -j$LOL_PARALLEL … … 262 263 xcodebuild -configuration Release -sdk iphonesimulator4.3 clean 263 264 ;; 264 android-arm)265 cd monsterz/android266 ndk-build distclean267 ant clean268 ;;269 265 *) 270 266 make distclean
Note: See TracChangeset
for help on using the changeset viewer.