From b78a7d80e2eac8926584b41819be227449a4b081 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Mon, 3 Feb 2020 14:24:38 +0900 Subject: [PATCH] Revert "REMOVE ME: turn off crti/crtn debug section" This reverts commit b2b31d0007b81bac969f02385c142f4ae4f22ca9. Change-Id: I9aa925227d8283f9c063442819dbe773eecc3c7a --- packaging/glibc.spec | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packaging/glibc.spec b/packaging/glibc.spec index 37ac125..fd64f33 100644 --- a/packaging/glibc.spec +++ b/packaging/glibc.spec @@ -444,17 +444,6 @@ touch %{buildroot}%{_libdir}/gconv/gconv-modules.cache # Install base glibc make %{?_smp_mflags} install_root=%{buildroot} install -C cc-base -####################################################################### -### -### REMOVE ME #### REMOVE ME #### REMOVE ME #### REMOVE ME ### -### -####################################################################### -# Strip out debug sections from crti.o and crtn.o to compensate bug of -# binutils < 2.31.2 -find %{buildroot} \( -name 'crti.o' -o -name 'crtn.o' \) -exec strip {} \; -####################################################################### - - install_optimized_variant() { local dirname="$1"; shift local subdir="$1"; shift -- 2.7.4