diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
commit | a334319f6530564d22e775935d9c91663623a1b4 (patch) | |
tree | b5877475619e4c938e98757d518bb1e9cbead751 /FAQ | |
parent | 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (diff) | |
download | glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.gz glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.xz glibc-a334319f6530564d22e775935d9c91663623a1b4.zip |
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/FAQ b/FAQ index 77bd47e3ed..6d95ef332d 100644 --- a/FAQ +++ b/FAQ @@ -48,8 +48,6 @@ please let me know. 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? -1.22. `make' fails when running rpcgen the first time, - what is going on? How do I fix this? 2. Installation and configuration issues @@ -575,20 +573,6 @@ For details check also my page <http://www.suse.de/~aj/glibc-mips.html>. {SM} You want to use at least gcc 3.2 (together with the right versions of all the other tools, of course). - -1.22. `make' fails when running rpcgen the first time, - what is going on? How do I fix this? - -{CO} The first invocation of rpcgen is also the first use of the recently -compiled dynamic loader. If there is any problem with the dynamic loader -it will more than likely fail to run rpcgen properly. This could be due to -any number of problems. - -The only real solution is to debug the loader and determine the problem -yourself. Please remember that for each architecture there may be various -patches required to get glibc HEAD into a runnable state. The best course -of action is to determine if you have all the required patches. - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |