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]

[v3] small host-x-host tweak



Small change to make configure.in be more consistent with
configure.target and the rest of the config/makefile bits.

2001-01-08  Benjamin Kosnik  <bkoz@redhat.com>

	reported by Chris G. Demetriou <cgd@sibyte.com>
	* configure.in: Change -linux-* to -linux*.
	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/configure.in,v
retrieving revision 1.46
diff -c -p -r1.46 configure.in
*** configure.in	2000/12/21 22:52:50	1.46
--- configure.in	2001/01/08 17:51:50
*************** if test -n "$with_cross_host"; then
*** 61,67 ****
    fi
  
    case "$target_alias" in
!     *-linux-*)
  	# Construct linux crosses by hand, eliminating bits that need ld...
          # Check for available headers.
          AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \
--- 61,67 ----
    fi
  
    case "$target_alias" in
!     *-linux*)
  	# Construct linux crosses by hand, eliminating bits that need ld...
          # Check for available headers.
          AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \

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