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]

[RFA:] fix libgfortran for newlib targets (and committed: disablefor mmix-knuth-mmixware)


Doh, I sent that patch to the wrong list (or perhaps, omitting
an appropriate list) and didn't even mark it as containing a
patch.  See <URL:http://gcc.gnu.org/ml/gcc/2004-11/msg00248.html>.
Ok to commit that patch?

>From jsm28's reply, I believe providing stdint.h in stage 3 is
not an option.


In the meantime, I've disabled target-libgfortran as below.
This has been committed as being port-specific.

toplevel:

	* configure.in (noconfigdirs) [mmix-*-*]: Disable
	target-libgfortran.
	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.330
diff -p -c -r1.330 configure.in
*** configure.in	5 Nov 2004 04:48:30 -0000	1.330
--- configure.in	8 Nov 2004 01:26:38 -0000
*************** case "${target}" in
*** 655,661 ****
      noconfigdirs="$noconfigdirs target-libstdc++-v3"
      ;;
    mmix-*-*)
!     noconfigdirs="$noconfigdirs ${libgcj} gdb libgloss"
      ;;
    mn10200-*-*)
      noconfigdirs="$noconfigdirs ${libgcj}"
--- 655,661 ----
      noconfigdirs="$noconfigdirs target-libstdc++-v3"
      ;;
    mmix-*-*)
!     noconfigdirs="$noconfigdirs ${libgcj} gdb libgloss target-libgfortran"
      ;;
    mn10200-*-*)
      noconfigdirs="$noconfigdirs ${libgcj}"

brgds, H-P


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