[Bug 235293] GCC MIPS cross-compiler build fails due to BSD sed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 29 10:49:01 UTC 2019


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: bugs at FreeBSD.org
          Reporter: sebastian.huber at embedded-brains.de

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.


More information about the freebsd-bugs mailing list