diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-26 10:55:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-26 10:55:03 +0000 |
commit | 4f17126cc639d02fdbd6e42c78af16248292f792 (patch) | |
tree | 8a2599ebf02d3a2f572d71a8aa37aba9f8bf29da /gc.spec | |
parent | 59dcb7afadef6f68cab7e6bcb8ac4b045e86af66 (diff) |
automatic import of gc
Diffstat (limited to 'gc.spec')
-rw-r--r-- | gc.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ Patch3: gc-8.2.6-make-atomic_ops_private.patch BuildRequires: gcc-c++ BuildRequires: autoconf automake libtool -BuildRequires: pkgconfig(atomic_ops) +#BuildRequires: pkgconfig(atomic_ops) %description The Boehm-Demers-Weiser conservative garbage collector can be @@ -42,7 +42,7 @@ CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS --enable-cplusplus \ --enable-large-config \ --enable-threads=posix \ - --with-libatomic-ops=yes +# --with-libatomic-ops=yes %{make_build} |