This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Toplevel configure.in cleanup 5/n


mh-dgux only sets RANLIB=true.  Which is redundant now.

(config)
	* mh-dgux: Delete.
(toplev)
	* configure.in: Remove reference to mh-dgux.
	* configure: Rebuild.

--- configure.in.old	2003-02-25 14:39:36.000000000 -0500
+++ configure.in	2003-02-25 14:44:00.000000000 -0500
@@ -1000,7 +1000,6 @@
     ;;
   m88k-dg-dgux*)
     tentative_cc="gcc -Wall -ansi -D__using_DGUX"
-    host_makefile_frag="config/mh-dgux"
     ;;
   m88k-harris-cxux*)
     # Under CX/UX, we want to tell the compiler to use ANSI mode.


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