diff options
author | Chris Marusich <cmmarusich@gmail.com> | 2020-12-20 17:22:03 -0800 |
---|---|---|
committer | Chris Marusich <cmmarusich@gmail.com> | 2020-12-20 17:22:03 -0800 |
commit | b50341dba9811c048bed852c0279b828c7ddba66 (patch) | |
tree | e5caf1555f97d4c5ec095bb4b1261b0ba911a6d4 /gnu/packages/libffi.scm | |
parent | 00f34c00577f7c8fb8d79b7fb6112ad10f9e9e53 (diff) |
Revert "gnu: libffi: Add unreleased patch to fix float128 on powerpc64le."
This reverts commit 4fff5ab24126a152b50c036b9bf8dc6f2740f094. In
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45252> we decided to apply a
patch to master instead, so this change is no longer needed on core-updates.
Diffstat (limited to 'gnu/packages/libffi.scm')
-rw-r--r-- | gnu/packages/libffi.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm index 27bd79665a..ad077a59b7 100644 --- a/gnu/packages/libffi.scm +++ b/gnu/packages/libffi.scm @@ -51,8 +51,7 @@ (sha256 (base32 "0mi0cpf8aa40ljjmzxb7im6dbj45bb0kllcd09xgmp834y9agyvj")) - (patches (search-patches "libffi-3.3-powerpc-fixes.patch" - "libffi-float128-powerpc64le.patch")))) + (patches (search-patches "libffi-3.3-powerpc-fixes.patch")))) (build-system gnu-build-system) (arguments `(;; Prevent the build system from passing -march and -mtune to the |