6521N/A# Define a macro to apply Solaris-specific changes.
6521N/A# Will contribute patch upstream if possible, patching
6521N/A# configure.ac instead. Patching configure.ac and
6521N/A# re-generating the configure file is currently
6521N/A# not possible because the autoconf in Solaris is newer
6521N/A# than the version currently required by gdb, autoconf 2.6.4.
6521N/A
6521N/A--- gdb-7.11-orig/configure Wed Feb 24 01:55:15 2016
6521N/A+++ gdb-7.11/configure Fri Apr 1 17:20:01 2016
6521N/A@@ -3054,6 +3054,16 @@
6521N/A esac
6521N/A
6521N/A
6521N/A+# For arch specific stuff
6521N/A+case $target in
6521N/A+ *solaris*)
6521N/A+ CFLAGS="$CFLAGS -DSOLARIS"
6521N/A+ ;;
6521N/A+ *)
6521N/A+ ;;
6521N/A+esac
6521N/A+
6521N/A+
6521N/A # Check whether --enable-libquadmath was given.
6521N/A if test "${enable_libquadmath+set}" = set; then :
6521N/A enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval