https://sourceware.org/bugzilla/show_bug.cgi?id=29288
Bug ID: 29288
Summary: Redundant '=' before default search path
Product: binutils
Version: 2.38
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: galaxyking0419 at gmail dot com
Target Milestone: ---
When I build for arm-linux-gnu-binutils using this script
(https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=arm-linux-gnueabihf-binutils),
the search path of result ld has an extra '=' before the search path:
[william@NoteBook ~]$ arm-linux-gnueabihf-ld --verbose | grep SEARCH
SEARCH_DIR("/usr/lib/binutils/arm-linux-gnueabihf");
SEARCH_DIR("=/usr/arm-linux-gnueabihf/lib");
--
You are receiving this mail because:
You are on the CC list for the bug.