sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-08 05:21:37 +00:00
parent ec769495ab
commit f5034afcba
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
3108 changed files with 91999 additions and 80269 deletions

View file

@ -1,21 +1,12 @@
--- ext/raindrops/extconf.rb.orig Wed Feb 22 13:17:45 2017
+++ ext/raindrops/extconf.rb Wed Feb 22 13:18:16 2017
@@ -31,18 +31,6 @@ SRC
Index: ext/raindrops/extconf.rb
--- ext/raindrops/extconf.rb.orig
+++ ext/raindrops/extconf.rb
@@ -134,7 +134,7 @@ SRC
if try_link(src)
$defs.push(format("-DHAVE_GCC_ATOMIC_BUILTINS"))
true
- else
- # some compilers still target 386 by default, but we need at least 486
- # to run atomic builtins.
- prev_cflags = $CFLAGS
- $CFLAGS += " -march=i486 "
- if try_link(src)
- $defs.push(format("-DHAVE_GCC_ATOMIC_BUILTINS"))
- true
- else
- prev_cflags = $CFLAGS
- false
- end
end
end or have_header('atomic_ops.h') or abort <<-SRC
+ elsif false
# some compilers still target 386 by default, but we need at least 486
# to run atomic builtins.
prev_cflags = $CFLAGS