Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Feb 2019 15:33:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235393] lang/gcc* need CONFIGURE_ARGS updated for powerpcspe
Message-ID:  <bug-235393-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235393

            Bug ID: 235393
           Summary: lang/gcc* need CONFIGURE_ARGS updated for powerpcspe
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jhibbits@FreeBSD.org

It seems the build of gcc* ports doesn't like the binutils update to 2.31, =
it
now complains in the middle of the build (about 4 hours in) with a link-time
build mismatch (some files built with double-precision floating point, other
files with single-precision).  I think this is due to a quirk in the way gc=
c is
built.

Someone did point out that the "--with-cpu=3D8540" is technically incorrect
anyway, since we don't even support that platform in the first place.  The
oldest platform we support for powerpcspe is the 8548. So changing

CONFIGURE_ARGS+=3D --with-cpu=3D8540....

to

CONFIGURE_ARGS+=3D --with-cpu=3D8548....

fixes the build, and everything is happy.

This may allow us to remove some CFLAGS, but I'm not concerned about that f=
or
now, and will adjust the flags in the system makefiles when I do get around=
 to
testing more.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235393-7788>