Documentation of the xmethod support in GDB Python API.
[deliverable/binutils-gdb.git] / libiberty / configure
index 7bde9b38f19e3ddf13ad78f1964be3ac8c6b8f5b..96feaedbeba25c25b12c8fddb74e5f0af9ff6a44 100755 (executable)
@@ -594,6 +594,7 @@ pexecute
 target_header_dir
 CHECK
 LIBOBJS
+NOASANFLAG
 PICFLAG
 INSTALL_DATA
 INSTALL_SCRIPT
@@ -4971,6 +4972,12 @@ if [ "${shared}" != "yes" ]; then
 fi
 
 
+NOASANFLAG=
+case " ${CFLAGS} " in
+  *\ -fsanitize=address\ *) NOASANFLAG=-fno-sanitize=address ;;
+esac
+
+
 echo "# Warning: this fragment is automatically generated" > temp-frag
 
 if [ -n "${frag}" ] && [ -f "${frag}" ]; then
This page took 0.02383 seconds and 4 git commands to generate.