]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- libatomic and libasan are limited to some architectures
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Apr 2014 19:04:29 +0000 (21:04 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Apr 2014 19:04:29 +0000 (21:04 +0200)
gcc.spec

index 672674bba8748530bff6f7da9471738eacb0c6d5..29b80bfdaa70a275f279e3fe6b547d88e54cca3d 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
 %define                cxx_sover       6
 %endif
 
+# go, java and objcxx require C++
 %if %{without cxx}
 %undefine      with_go
 %undefine      with_java
 %undefine      with_objcxx
 %endif
-
+# objcxx requires objc
 %if %{without objc}
 %undefine      with_objcxx
 %endif
 %undefine      with_multilib
 %endif
 
+%ifnarch %{ix86} %{x8664} arm ppc ppc64 sh sparc sparcv9 sparc64
+%undefine      with_atomic
+%endif
+
+%ifnarch %{ix86} %{x8664} ppc ppc64 sparc sparcv9 sparc64
+%undefine      with_asan
+%endif
+
 %ifnarch %{x8664}
 %undefine      with_tsan
 %endif
This page took 0.107347 seconds and 4 git commands to generate.