https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235293
Bug ID: 235293
Summary: GCC MIPS cross-compiler build fails due to BSD sed
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
See also:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66032
The problem is this sed invocation:
https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libgcc/config/t-hardfp#l76
For example, BSD sed produces (FreeBSD 12):
echo "__adddsf3" | sed 's/\(.*\)\(sf\|df\)/\1 \2/'
__adddsf3
GNU sed produces:
echo "__adddsf3" | sed 's/\(.*\)\(sf\|df\)/\1 \2/'
__addd sf3
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"