[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6809 - in glibc-package/branches/glibc-2.22/debian: . patches/any



Author: aurel32
Date: 2015-12-11 17:28:01 +0000 (Fri, 11 Dec 2015)
New Revision: 6809

Modified:
   glibc-package/branches/glibc-2.22/debian/changelog
   glibc-package/branches/glibc-2.22/debian/patches/any/local-libgcc-compat-ports.diff
Log:
debian/patches/any/local-libgcc-compat-ports.diff: refresh.

Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog	2015-12-11 17:22:35 UTC (rev 6808)
+++ glibc-package/branches/glibc-2.22/debian/changelog	2015-12-11 17:28:01 UTC (rev 6809)
@@ -10,6 +10,7 @@
     has been fixed upstream.
   * debian/patches/any/local-no-SOCK_NONBLOCK.diff: drop, both GNU/Hurd
     and GNU/kFreeBSD now support SOCK_NONBLOCK.
+  * debian/patches/any/local-libgcc-compat-ports.diff: refresh.
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 10 Dec 2015 23:41:13 +0100
 

Modified: glibc-package/branches/glibc-2.22/debian/patches/any/local-libgcc-compat-ports.diff
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/any/local-libgcc-compat-ports.diff	2015-12-11 17:22:35 UTC (rev 6808)
+++ glibc-package/branches/glibc-2.22/debian/patches/any/local-libgcc-compat-ports.diff	2015-12-11 17:28:01 UTC (rev 6809)
@@ -259,9 +259,9 @@
 --- a/sysdeps/m68k/Makefile
 +++ b/sysdeps/m68k/Makefile
 @@ -36,3 +36,11 @@
- # Build objects in libc_nonshared.a with -fPIC (instead of -fpic) to avoid
- # possible linkage problems.
- CFLAGS-.oS += -fPIC
+ ifeq ($(subdir),elf)
+ CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
+ endif
 + 
 +ifeq ($(subdir),csu)
 +ifeq (yes,$(build-shared))


Reply to: