Pārlūkot izejas kodu

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

Mike Frysinger 18 gadi atpakaļ
vecāks
revīzija
5e3cf7401b
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      libc/inet/rpc/Makefile.in

+ 2 - 0
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 \