This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Patch for glibc 2.2/SPARC32



Hi,

the following is necessary to compile glibc 2.2 cvs on SPARC32.

In the moment all math tests and tst-efgcvt fails and you get
a lot of bus erros, if you run make check in the localedata
directory.

  Thorsten

2000-04-17  Thorsten Kukuk  <kukuk@suse.de>

	* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Remove setresgid
	  and setresuid frm sysdep_routines.

--- sysdeps/unix/sysv/linux/sparc/sparc32/Makefile
+++ sysdeps/unix/sysv/linux/sparc/sparc32/Makefile	2000/04/11 14:51:45
@@ -2,7 +2,7 @@
 ASFLAGS-.os += -fPIC
 
 ifeq ($(subdir),misc)
-sysdep_routines += setfsgid setfsuid setresgid setresuid
+sysdep_routines += setfsgid setfsuid
 endif
 
 # When I get this to work, this is the right thing


-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/       kukuk@suse.de
SuSE GmbH            Schanzaeckerstr. 10            90443 Nuernberg
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.

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