From: Claudiu Zissulescu Date: Thu, 6 Oct 2022 08:36:31 +0000 (+0300) Subject: arc: Remove max-page-size and common-page-size forced setting X-Git-Tag: basepoints/gcc-14~4098 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c01e3a07531b9d4de4777d0cbc04763c5f81aa3;p=thirdparty%2Fgcc.git arc: Remove max-page-size and common-page-size forced setting Max page size is defined in the ARC's BFD file, and the common page size is also set by the appropriate binutils macros. Remove them from LINK_SPEC. 2022-10-06 Claudiu Zissulescu * config/arc/linux.h (LINK_SPEC): Remove max-page-size and common-pave-size. Signed-off-by: Claudiu Zissulescu --- diff --git a/gcc/config/arc/linux.h b/gcc/config/arc/linux.h index 0f1ff055be75..6ebbb143895e 100644 --- a/gcc/config/arc/linux.h +++ b/gcc/config/arc/linux.h @@ -45,7 +45,6 @@ along with GCC; see the file COPYING3. If not see %{!shared:-dynamic-linker " GNU_USER_DYNAMIC_LINKER "}} \ -X \ %{mbig-endian:-EB} %{EB} %{EL} \ - %{!z:-z max-page-size=0x2000 -z common-page-size=0x2000} \ %{mcpu=nps400:-marclinux_nps; :-marclinux}" #undef STARTFILE_SPEC