Revert "REMOVE ME: turn off crti/crtn debug section"
authorDongkyun Son <dongkyun.s@samsung.com>
Mon, 3 Feb 2020 05:24:38 +0000 (14:24 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 3 May 2023 10:48:17 +0000 (19:48 +0900)
This reverts commit b2b31d0007b81bac969f02385c142f4ae4f22ca9.

Change-Id: I9aa925227d8283f9c063442819dbe773eecc3c7a

packaging/glibc.spec

index 37ac125..fd64f33 100644 (file)
@@ -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