From: Nathanael Nerode Date: Sun, 29 Feb 2004 20:43:45 +0000 (+0000) Subject: * configure.ac: Add some comments delineating sections of code. X-Git-Tag: releases/gcc-4.0.0~9737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=630327c32a0e7dcb8b70206283d4190c4cadbaaa;p=thirdparty%2Fgcc.git * configure.ac: Add some comments delineating sections of code. From-SVN: r78672 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f3944fd2cc5c..2557cdbc27a2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2004-02-29 Nathanael Nerode + * configure.ac: Add some comments delineating sections of code. + * doc/install.texi: Note that libada uses autoconf 2.57 also. * doc/install.texi: Fix idiot typo in previous commit. diff --git a/gcc/configure.ac b/gcc/configure.ac index a6b43bd9de84..4e0d742c9b87 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1560,6 +1560,10 @@ case $use_collect2 in ;; esac +# --------------------------- +# Assembler & linker features +# --------------------------- + # Identify the assembler which will work hand-in-glove with the newly # built GCC, so that we can examine its features. This is the assembler # which will be driven by the driver program. @@ -2622,6 +2626,10 @@ if test x"$gcc_cv_ld_pie" = xyes; then fi AC_MSG_RESULT($gcc_cv_ld_pie) +# -------- +# UNSORTED +# -------- + if test x$with_sysroot = x && test x$host = x$target \ && test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" ; then AC_DEFINE_UNQUOTED(PREFIX_INCLUDE_DIR, "$prefix/include", @@ -2809,6 +2817,10 @@ else fi AC_SUBST(MAINT)dnl +# -------------- +# Language hooks +# -------------- + # Make empty files to contain the specs and options for each language. # Then add #include lines to for a compiler that has specs and/or options. @@ -2925,6 +2937,10 @@ do echo "lang.$t: $x" >> Make-hooks done +# -------- +# UNSORTED +# -------- + # Create .gdbinit. echo "dir ." > .gdbinit