]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libatomic/configure.ac
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
[thirdparty/gcc.git] / libatomic / configure.ac
index 7d4e16d9229e748835138f83e8b4123e5e469575..023f1727b1e9b64f99a43a4ce83574974e43a3d1 100644 (file)
@@ -254,6 +254,9 @@ AM_CONDITIONAL(ARCH_I386,
 AM_CONDITIONAL(ARCH_X86_64,
               [test "$ARCH" = x86 && test x$libat_cv_wordsize = x8])
 
+# Determine what GCC version number to use in filesystem paths.
+GCC_BASE_VER
+
 if test ${multilib} = yes; then
   multilib_arg="--enable-multilib"
 else