From: Adam Heath Date: Sun, 14 Jul 2002 20:08:11 +0000 (+0000) Subject: Remove -ffunction-sections and -fdata-sections. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560a00340b5d89de631621dfc659004162b7c3c3;p=dpkg Remove -ffunction-sections and -fdata-sections. --- diff --git a/ChangeLog b/ChangeLog index 9e558e6c..82a34db8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Jul 14 15:10:22 CDT 2002 Adam Heath + + * configure.in: Remove -ffunction-sections and -fdata-sections. + Sun Jul 14 15:09:24 CDT 2002 Adam Heath * version-nr, debian/changelog: Updated for 1.10.4 version. diff --git a/configure.in b/configure.in index 26909f94..17c4ae03 100644 --- a/configure.in +++ b/configure.in @@ -216,7 +216,6 @@ DPKG_C_GCC_TRY_WARNS(-Wcast-qual -Wcast-align, dpkg_cv_c_gcc_cast_qual) DPKG_C_GCC_TRY_WARNS(-Winline, dpkg_cv_c_gcc_inline) DPKG_C_GCC_TRY_WARNS(-Wmissing-noreturn, dpkg_cv_c_gcc_noreturn) DPKG_C_GCC_TRY_WARNS(-Wsign-compare, dpkg_cv_c_gcc_comp_conv) -DPKG_C_GCC_TRY_WARNS(-ffunction-sections -fdata-sections, dpkg_cv_func_data_sections) AC_SUBST(CWARNS) dnl fix up patchs. We can not use variable references paths since diff --git a/debian/changelog b/debian/changelog index c8ae8fd5..fab39dd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ dpkg (1.10.4) unstable; urgency=low + * Remove -ffunction-sections and -fdata-sections. Closes: #152130. + -- Adam Heath UNRELEASED dpkg (1.10.3) unstable; urgency=low