diff --git a/build.sh b/build.sh index 3cf838b..fc0c09f 100644 --- a/build.sh +++ b/build.sh @@ -272,7 +272,7 @@ for target in "${targets[@]}"; do LDFLAGS="-Wl,-rpath-link,${OBGGCC_TOOLCHAIN}/${CROSS_COMPILE_TRIPLET}/lib ${linkflags}" LD_LIBRARY_PATH="${toolchain_directory}/lib" PATH="${PATH}:${toolchain_directory}/bin" make \ - CFLAGS_FOR_TARGET="${optflags} ${linkflags} -mlong-double-128" \ + CFLAGS_FOR_TARGET="${optflags} ${linkflags}" \ CXXFLAGS_FOR_TARGET="${optflags} ${linkflags}" \ all --jobs="${max_jobs}" make install diff --git a/submodules/obggcc b/submodules/obggcc index 0820ee6..d411590 160000 --- a/submodules/obggcc +++ b/submodules/obggcc @@ -1 +1 @@ -Subproject commit 0820ee6a030d2d5b0d16dfc87eff7ad4b3310cfa +Subproject commit d411590b5ac8898180b9bfa805c11f56d907b755