svn commit: trunk/uClibc/libc/inet/rpc
vapier at uclibc.org
vapier at uclibc.org
Sun Feb 4 09:42:39 UTC 2007
Author: vapier
Date: 2007-02-04 01:42:38 -0800 (Sun, 04 Feb 2007)
New Revision: 17755
Log:
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
Modified:
trunk/uClibc/libc/inet/rpc/Makefile.in
Changeset:
Modified: trunk/uClibc/libc/inet/rpc/Makefile.in
===================================================================
--- trunk/uClibc/libc/inet/rpc/Makefile.in 2007-02-04 09:34:13 UTC (rev 17754)
+++ trunk/uClibc/libc/inet/rpc/Makefile.in 2007-02-04 09:42:38 UTC (rev 17755)
@@ -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 \
More information about the uClibc-cvs
mailing list