]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libsanitizer/configure.ac
Merge ubsan into trunk.
[thirdparty/gcc.git] / libsanitizer / configure.ac
index 3cf161d12debe01b9fb7d32820bc37bcaf2cd323..5919da613045bdc3f717ae6f19455a677ceb31c7 100644 (file)
@@ -89,7 +89,7 @@ AM_CONDITIONAL(USING_MAC_INTERPOSE, $MAC_INTERPOSE)
 
 AC_CONFIG_FILES([Makefile])
 
-AC_CONFIG_FILES(AC_FOREACH([DIR], [interception sanitizer_common asan], [DIR/Makefile ]),
+AC_CONFIG_FILES(AC_FOREACH([DIR], [interception sanitizer_common asan ubsan], [DIR/Makefile ]),
   [cat > vpsed$$ << \_EOF
 s!`test -f '$<' || echo '$(srcdir)/'`!!
 _EOF