diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-19 06:36:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-19 06:36:54 +0000 |
commit | dfc89273f77a9d7907abfbb1025ac658393076c0 (patch) | |
tree | 55cf01536cab6f4f48a48cde615e005c2b48b23d /FAQ | |
parent | 9f153ad1e54291a1704fb2bc17e813942c66b660 (diff) | |
download | glibc-dfc89273f77a9d7907abfbb1025ac658393076c0.zip glibc-dfc89273f77a9d7907abfbb1025ac658393076c0.tar.gz glibc-dfc89273f77a9d7907abfbb1025ac658393076c0.tar.bz2 |
Update.
* sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
* sysdeps/powerpc/powerpc32/fpu/Dist: ...here. New file.
* sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
* sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
* sysdeps/i386/Makefile: Remove obsolete db2 rules.
* sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
* sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -47,6 +47,7 @@ please let me know. 1.19. `make' complains about a missing dlfcn/libdl.so when building malloc/libmemprof.so. How can I fix this? 1.20. Which tools should I use for MIPS? +1.21. Which compiler should I use for powerpc64? 2. Installation and configuration issues @@ -208,6 +209,7 @@ in the future, are: m68k-*-linux-gnu Linux-2.x on Motorola 680x0 alpha*-*-linux-gnu Linux-2.x on DEC Alpha powerpc-*-linux-gnu Linux and MkLinux on PowerPC systems + powerpc64-*-linux-gnu Linux-2.4+ on 64-bit PowerPC systems sparc-*-linux-gnu Linux-2.x on SPARC sparc64-*-linux-gnu Linux-2.x on UltraSPARC arm-*-none ARM standalone systems @@ -575,6 +577,12 @@ doesn't handle all cases and needs help from the kernel). For details check also my page <http://www.suse.de/~aj/glibc-mips.html>. + +1.21. Which compiler should I use for powerpc64? + +{SM} You want to use at least gcc 3.2 (together with the right versions +of all the other tools, of course). + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @@ -1932,6 +1940,7 @@ Answers were given by: {CG} Cristian Gafton, <gafton@redhat.com> {AO} Alexandre Oliva, <aoliva@redhat.com> {BH} Bruno Haible, <haible@clisp.cons.org> +{SM} Steven Munroe, <sjmunroe@us.ibm.com> Local Variables: mode:outline |