mrubyを超漢字で動作させる
修订版 | b493c6bfde25ff799dc5c826b5418a94950571e6 (tree) |
---|---|
时间 | 2015-10-11 16:34:42 |
作者 | crimsonwoods <crimsonwoods.dev@gmai...> |
Commiter | crimsonwoods |
Add support for 'armeabi-v7a-hard' architecture.
@@ -133,6 +133,8 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter | ||
133 | 133 | case arch |
134 | 134 | when /arm64/ |
135 | 135 | flags += %W(-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes) |
136 | + when 'armeabi-v7a-hard' | |
137 | + flags += %W(-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -march=armv7-a -mhard-float -D_NDK_MATH_NO_SOFTFP=1 -mfpu=vfpv3-d16) | |
136 | 138 | when 'armeabi-v7a' |
137 | 139 | flags += %W(-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16) |
138 | 140 | when /arm/ |