2012-08-28 14:25:24 +02:00
|
|
|
Index: glibc-2.15.90/elf/Makefile
|
2012-01-04 08:26:35 +01:00
|
|
|
===================================================================
|
2012-08-28 14:25:24 +02:00
|
|
|
--- glibc-2.15.90.orig/elf/Makefile
|
|
|
|
+++ glibc-2.15.90/elf/Makefile
|
|
|
|
@@ -50,6 +50,7 @@ include ../Makeconfig
|
2012-01-04 08:26:35 +01:00
|
|
|
ifeq ($(unwind-find-fde),yes)
|
|
|
|
routines += unwind-dw2-fde-glibc
|
|
|
|
shared-only-routines += unwind-dw2-fde-glibc
|
|
|
|
+CFLAGS-unwind-dw2-fde-glibc.c = -fno-strict-aliasing
|
|
|
|
endif
|
|
|
|
|
|
|
|
before-compile = $(objpfx)trusted-dirs.h
|
2012-08-28 14:25:24 +02:00
|
|
|
Index: glibc-2.15.90/sunrpc/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- glibc-2.15.90.orig/sunrpc/Makefile
|
|
|
|
+++ glibc-2.15.90/sunrpc/Makefile
|
|
|
|
@@ -145,6 +145,8 @@ CFLAGS-key_call.c = -fexceptions
|
|
|
|
CFLAGS-pmap_rmt.c = -fexceptions
|
|
|
|
CFLAGS-clnt_perr.c = -fexceptions
|
|
|
|
CFLAGS-openchild.c = -fexceptions
|
|
|
|
+CFLAGS-clnt_tcp.c = -fno-strict-aliasing
|
|
|
|
+CFLAGS-clnt_unix.c = -fno-strict-aliasing
|
|
|
|
|
|
|
|
sunrpc-CPPFLAGS = -D_RPC_THREAD_SAFE_
|
|
|
|
CPPFLAGS += $(sunrpc-CPPFLAGS)
|