]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/configure.ac
Commit the vtable verification feature. This feature is designed to
[thirdparty/gcc.git] / libgcc / configure.ac
index 8b7aba5823bda7adb9b347e8d49f51f3913a5515..186cd6e9cd7422a662d2ccbf0ae5c267456fa25b 100644 (file)
@@ -66,6 +66,16 @@ AC_ARG_ENABLE(shared,
 ], [enable_shared=yes])
 AC_SUBST(enable_shared)
 
+AC_ARG_ENABLE(vtable-verify,
+[  --enable-vtable-verify    Enable vtable verification feature ],
+[case "$enableval" in
+ yes) enable_vtable_verify=yes ;;
+ no)  enable_vtable_verify=no ;;
+ *)   enable_vtable_verify=no;;
+ esac],
+[enable_vtable_verify=no])
+AC_SUBST(enable_vtable_verify)
+
 GCC_PICFLAG
 AC_SUBST(PICFLAG)