This is the mail archive of the gcc-bugs@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]

MPEIX configure.in goof



This change to configure.in:

  *************** changequote([,])dnl
  *** 1101,1106 ****
  --- 1101,1123 ----
		  target_cpu_default="MASK_PA_11"
		  use_collect2=yes
		  ;;
  + 		tm_file="${tm_file} pa/pa-mpeix.h"
  + 		xm_file=pa/xm-pampeix.h 
  + 		xmake_file=pa/x-pa-mpeix 
  + 		echo "You must use gas. Assuming it is already installed." 
  + 		install_headers_dir=install-headers-tar
  + 		fixincludes=Makefile.in
  + 		use_collect2=yes 
  + 		;; 
  + 	hppa*-*-mpeix*)
  + 		tm_file="${tm_file} pa/pa-mpeix.h"
  + 		xm_file=pa/xm-pampeix.h 
  + 		xmake_file=pa/x-pa-mpeix 
  + 		echo "You must use gas. Assuming it is already installed." 
  + 		install_headers_dir=install-headers-tar
  + 		fixincludes=Makefile.in
  + 		use_collect2=yes 
  + 		;; 
	  i370-*-mvs*)
		  ;;
    changequote(,)dnl

is bogus.  Look how the first addition starts after the `;;'.  I'm not
sure what was supposed to happen here, so I'm not going to touch
it. :-)

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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