This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/sim] More configure tweaks


FYI, this addresses the two problems that Mark noticed.

committed,
Andrew
2005-01-17  Andrew Cagney  <cagney@gnu.org>

	* configure.ac: For mips*-*-* and mn10300*-*-* configure the
	common directory.  Remove sparc*-*-* from list.
	
Index: configure.ac
===================================================================
RCS file: /cvs/src/src/sim/configure.ac,v
retrieving revision 1.2
diff -p -u -r1.2 configure.ac
--- configure.ac	12 Jan 2005 16:23:11 -0000	1.2
+++ configure.ac	17 Jan 2005 18:03:11 -0000
@@ -81,10 +81,12 @@ if test "${enable_sim}" != no; then
        mips*-*-*)
            AC_CONFIG_SUBDIRS(mips)
 	   testsuite=yes
+	   common=yes
 	   igen=yes
 	   ;;
        mn10300*-*-*)
            AC_CONFIG_SUBDIRS(mn10300)
+	   common=yes
 	   igen=yes
 	   ;;
        sh*-*-*)
@@ -100,9 +102,6 @@ if test "${enable_sim}" != no; then
            AC_CONFIG_SUBDIRS(v850)
 	   common=yes
 	   ;;
-       sparc*-*-*)
-           AC_CONFIG_SUBDIRS(erc32)
-	   ;;
    esac
    if test "$testsuite" = yes; then
       AC_CONFIG_SUBDIRS(testsuite)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]