2012-04-13 11:37:44 +02:00
|
|
|
Index: glibc-2.15/elf/Makefile
|
2012-01-04 08:26:35 +01:00
|
|
|
===================================================================
|
2012-04-13 11:37:44 +02:00
|
|
|
--- glibc-2.15.orig/elf/Makefile
|
|
|
|
+++ glibc-2.15/elf/Makefile
|
|
|
|
@@ -135,6 +135,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
|