mrubyを超漢字で動作させる
修訂 | abaad5c0d655579690e7f7852d89a47a9403ec5a (tree) |
---|---|
時間 | 2015-10-11 16:32:50 |
作者 | crimsonwoods <crimsonwoods.dev@gmai...> |
Commiter | crimsonwoods |
Some flags (-fpic and etc.) should be set by default for 'armeabi-v7a' and 'armeabi' architecture.
@@ -134,9 +134,9 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter | ||
134 | 134 | when /arm64/ |
135 | 135 | flags += %W(-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes) |
136 | 136 | when 'armeabi-v7a' |
137 | - flags += %W(-march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16) | |
137 | + flags += %W(-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16) | |
138 | 138 | when /arm/ |
139 | - flags += %W(-march=armv5te -mtune=xscale -msoft-float) | |
139 | + flags += %W(-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -march=armv5te -mtune=xscale -msoft-float) | |
140 | 140 | when /mips64/ |
141 | 141 | flags += %W(-fpic -fno-strict-aliasing -finline-functions -ffunction-sections -funwind-tables -fmessage-length=0 -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -no-canonical-prefixes) |
142 | 142 | when /mips/ |