This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

[PATCH] fix hppa configure


Currently sysdeps/hppa/configure does not work.  It causes asm code
breakage because ASM_LINE_SEP is not treated correctly in configure.

Regards,
-- gotom

2005-03-10  GOTO Masanori  <gotom@debian.or.jp>

	* sysdeps/hppa/configure.in: Remove old Makefile leftovers.
	* sysdeps/hppa/configure: Regenerated.

Index: sysdeps/hppa/configure.in
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/hppa/configure.in,v
retrieving revision 1.1
diff -u -p -r1.1 configure.in
--- sysdeps/hppa/configure.in	26 Oct 2004 01:35:53 -0000	1.1
+++ sysdeps/hppa/configure.in	8 Mar 2005 04:29:14 -0000
@@ -2,7 +2,6 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the
 
 dnl The standard hppa assembler uses `;' to start comments and `!'
 dnl as a line separator.
-hppa*linux*)
 AC_CACHE_CHECK(for assembler line separator,
 	       libc_cv_asm_line_sep, [dnl
 cat > conftest.s <<EOF
Index: sysdeps/hppa/configure
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/hppa/configure,v
retrieving revision 1.1
diff -u -p -r1.1 configure
--- sysdeps/hppa/configure	26 Oct 2004 01:35:53 -0000	1.1
+++ sysdeps/hppa/configure	8 Mar 2005 04:29:14 -0000
@@ -1,6 +1,5 @@
 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
 
-hppa*linux*)
 echo "$as_me:$LINENO: checking for assembler line separator" >&5
 echo $ECHO_N "checking for assembler line separator... $ECHO_C" >&6
 if test "${libc_cv_asm_line_sep+set}" = set; then


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