diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-04 09:42:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-04 09:42:38 +0000 |
commit | 5e3cf7401ba4ebaa2f756449f713bea68256cdd5 (patch) | |
tree | e36388a0520b1692b468ad1d2cf17cf70dd74dee /libc/inet/rpc | |
parent | 5c7d0f39be1407076e8aba626c7aa11ad1aed7ec (diff) |
the sun rpc code has too many alias violations to worry over now; just disable strict-aliasing until someone gets the balls to clean this stuff up
Diffstat (limited to 'libc/inet/rpc')
-rw-r--r-- | libc/inet/rpc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/rpc/Makefile.in b/libc/inet/rpc/Makefile.in index af047c0df..2f1246b20 100644 --- a/libc/inet/rpc/Makefile.in +++ b/libc/inet/rpc/Makefile.in @@ -5,6 +5,8 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # +CFLAGS-rpc := -fno-strict-aliasing + ifneq ($(UCLIBC_HAS_FULL_RPC),y) # For now, only compile the stuff needed to do an NFS mount.... CSRC:= authunix_prot.c auth_none.c auth_unix.c bindresvport.c \ |