From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 59E91382FCBC; Mon, 5 Dec 2022 01:50:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59E91382FCBC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670205003; bh=Q5OPeCUecGnAU3hORwI1nhiWXUbxz7FlxOx8R7btBCU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d+7qMzMXVRSyZAn51qijDEr3WLfEH2fKb7ooRhSCKCRppSvhkIkR8TWUu/f7UWj9n D8y/UPXPXQxazxqJZQPgjgEfLcUfky8VVj3gh/DLS0NbJb4kBMlyJ6Td+rBesU2ttt D1I8zqBtYytiVP/kbUZJsLhrvyMiX3MhtYG7MvI0= From: "linzhuorong at huawei dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/29835] Error compiling glibc multilib with --enable-static-pie option turned on Date: Mon, 05 Dec 2022 01:50:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: linzhuorong at huawei dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29835 --- Comment #4 from lin zhuorong --- configure: CC=3D"$PREFIX/bin/$TARGET-gcc $CFLAGS_FOR_TARGET -Wno-error=3Dmaybe-uniniti= alized -mcpu=3Dcortex-a53 -mfloat-abi=3Dhard -mfpu=3Dneon-vfpv4 -D SUPPORT_STATIC_= PIE" LDFLAGS=3D"${SECURE_LDFLAGS}" CXX=3D"$PREFIX/bin/$TARGET-g++ $CFLAGS_FOR_TA= RGET -Wno-error=3Dmaybe-uninitialized -mcpu=3Dcortex-a53 -mfloat-abi=3Dhard -mfpu=3Dneon-vfpv4" $ROOT_TAR_SRC/$GLIBC/configure --prefix=3D/usr --with-headers=3D$SYSROOT/usr/include/ --build=3D$BUILD --host=3D$TARGET --enable-profile --without-gd --without-cvs --disable-multi-arch --enable-obsolete-rpc --enable-add-ons --enable-stack-protector=3Dstrong libc_cv_ssp=3Dyes --enable-static-pie make -j $PARALLEL make install_root=3D$SYSROOT install I want to get statically linked sln It is work in the gcc 7.3.0 version, but build error in the gcc 10.3.0 --=20 You are receiving this mail because: You are on the CC list for the bug.=