diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-12 04:13:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-12 04:13:18 +0000 |
commit | c5a25500dd2827cd21df2fde36a4bca83a0b51e4 (patch) | |
tree | 56dc616914346c4abf1b1c52e7a40315086e03f6 /dev-libs/uclibc | |
parent | Added stub file for glibc on newer profiles. (Manifest recommit) (diff) | |
download | gentoo-2-c5a25500dd2827cd21df2fde36a4bca83a0b51e4.tar.gz gentoo-2-c5a25500dd2827cd21df2fde36a4bca83a0b51e4.tar.bz2 gentoo-2-c5a25500dd2827cd21df2fde36a4bca83a0b51e4.zip |
now in sys-libs/uclibc
Diffstat (limited to 'dev-libs/uclibc')
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-libs/uclibc/files/cvs/13_all_uClibc-enable-ssp.patch b/dev-libs/uclibc/files/cvs/13_all_uClibc-enable-ssp.patch deleted file mode 100644 index 13f7d0cc07c5..000000000000 --- a/dev-libs/uclibc/files/cvs/13_all_uClibc-enable-ssp.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- uClibc-0.9.26/Rules.mak.mps 2004-05-17 17:58:55.000000000 +0200 -+++ uClibc-0.9.26/Rules.mak 2004-05-17 17:59:37.000000000 +0200 -@@ -210,6 +210,7 @@ endif - - ifeq ($(SSP_CFLAGS),) - SSP_CFLAGS=$(call check_gcc,-fno-stack-protector-all,) -+SSP_CFLAGS+=$(call check_gcc,-fstack-protector,) - endif - - # Some nice CFLAGS to work with diff --git a/dev-libs/uclibc/files/cvs/21_all_uClibc-ld-relro.patch b/dev-libs/uclibc/files/cvs/21_all_uClibc-ld-relro.patch deleted file mode 100644 index 188529f87b1a..000000000000 --- a/dev-libs/uclibc/files/cvs/21_all_uClibc-ld-relro.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- ./ldso/ldso/Makefile.mps 2004-04-23 09:11:48.000000000 +0200 -+++ ./ldso/ldso/Makefile 2004-04-23 09:19:21.000000000 +0200 -@@ -43,7 +43,7 @@ - - XXFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp") - LDFLAGS=$(CPU_LDFLAGS-y) -shared --warn-common --export-dynamic --sort-common \ -- -z combreloc --discard-locals --discard-all --no-undefined -+ -z combreloc --discard-locals --discard-all --no-undefined -z relro - - CSRC= ldso.c dl-startup.c - COBJS=$(patsubst %.c,%.o, $(CSRC)) ---- ./Rules.mak.mps 2004-04-23 09:02:37.000000000 +0200 -+++ ./Rules.mak 2004-04-23 09:18:49.000000000 +0200 -@@ -218,7 +218,7 @@ - LDFLAGS:= $(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc - STRIPTOOL:= true -Since_we_are_debugging - else -- LDFLAGS := $(CPU_LDFLAGS-y) -s -shared --warn-common --warn-once -z combreloc -+ LDFLAGS := $(CPU_LDFLAGS-y) -s -shared --warn-common --warn-once -z combreloc -z relro - endif - - # Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include' diff --git a/dev-libs/uclibc/files/cvs/22_all_uClibc-ld-now.patch b/dev-libs/uclibc/files/cvs/22_all_uClibc-ld-now.patch deleted file mode 100644 index 29deb7743f19..000000000000 --- a/dev-libs/uclibc/files/cvs/22_all_uClibc-ld-now.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- ./ldso/ldso/Makefile.mps 2004-04-23 09:11:48.000000000 +0200 -+++ ./ldso/ldso/Makefile 2004-04-23 09:19:21.000000000 +0200 -@@ -43,7 +43,7 @@ - - XXFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp") - LDFLAGS=$(CPU_LDFLAGS-y) -shared --warn-common --export-dynamic --sort-common \ -- -z combreloc --discard-locals --discard-all --no-undefined -z relro -+ -z combreloc --discard-locals --discard-all --no-undefined -z relro -z now - - CSRC= ldso.c dl-startup.c - COBJS=$(patsubst %.c,%.o, $(CSRC)) ---- ./Rules.mak.mps 2004-04-23 09:02:37.000000000 +0200 -+++ ./Rules.mak 2004-04-23 09:18:49.000000000 +0200 -@@ -218,7 +218,7 @@ - LDFLAGS:= $(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc - STRIPTOOL:= true -Since_we_are_debugging - else -- LDFLAGS := $(CPU_LDFLAGS-y) -s -shared --warn-common --warn-once -z combreloc -z relro -+ LDFLAGS := $(CPU_LDFLAGS-y) -s -shared --warn-common --warn-once -z combreloc -z relro -z now - endif - - # Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include' |