]> Git Repo - linux.git/blobdiff - init/Kconfig
Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux.git] / init / Kconfig
index 20a6ac33761c98a6bb7466d5ec1a5e476b1eddda..4f717bfdbfe2d1e15fa65ef5357b4fd20bdd70f5 100644 (file)
@@ -767,8 +767,7 @@ config ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
        bool
 
 config CC_HAS_INT128
-       def_bool y
-       depends on !$(cc-option,-D__SIZEOF_INT128__=0)
+       def_bool !$(cc-option,$(m64-flag) -D__SIZEOF_INT128__=0) && 64BIT
 
 #
 # For architectures that know their GCC __int128 support is sound
This page took 0.030738 seconds and 4 git commands to generate.