File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
1919 LOCAL_LDFLAGS += -fopenmp -static-openmp
2020endif
2121ifeq ($(TARGET_ARCH_ABI ) ,armeabi)
22- LOCAL_CFLAGS := -std=c99 -Wno-unknown-warning-option -fPIC -Os -fvisibility=hidden -fwrapv -Werror -Wno-overflow -Wno-string-plus-int -Wno-empty-body -Wno-int-to-pointer-cast -Wno-parentheses -Wno-pointer-sign -Wno-pointer-to-int-cast -Wno-logical-op-parentheses -Wno-unused-value -Wno-null-dereference -Wno-type-limits -fno-strict-aliasing -mfloat-abi=softfp -march=armv5te -Wno-sign-compare
22+ LOCAL_CFLAGS := -std=gnu99 -Wno-unknown-warning-option -fPIC -Os -fvisibility=hidden -fwrapv -Werror -Wno-overflow -Wno-string-plus-int -Wno-empty-body -Wno-int-to-pointer-cast -Wno-parentheses -Wno-pointer-sign -Wno-pointer-to-int-cast -Wno-logical-op-parentheses -Wno-unused-value -Wno-null-dereference -Wno-type-limits -fno-strict-aliasing -mfloat-abi=softfp -march=armv5te -Wno-sign-compare
2323 LOCAL_ARM_MODE := arm
2424 LOCAL_CFLAGS += -fopenmp
2525 LOCAL_LDFLAGS += -fopenmp
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ FLAGS_BASE64=" -DHAVE_AVX2=1 " #ditto
368368
369369raspberry_j32) # linux raspbian arm
370370TARGET=libj.so
371- CFLAGS=" $common -Wno-overflow -marm -march=armv6 -mfloat-abi=hard -mfpu=vfp -DRASPI "
371+ CFLAGS=" $common -std=gnu99 - Wno-overflow -marm -march=armv6 -mfloat-abi=hard -mfpu=vfp -DRASPI "
372372LDFLAGS=" -shared -Wl,-soname,libj.so -lm -ldl $LDOPENMP $LDTHREAD "
373373SRC_ASM=" ${SRC_ASM_RASPI32} "
374374GASM_FLAGS=" "
You can’t perform that action at this time.
0 commit comments