[Bug 233956] emulators/fs-uae: Switch to use GCC by default

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 14 05:50:31 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233956

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-qa
            Summary|emulators/fs-uae: ~20%      |emulators/fs-uae: Switch to
                   |performance drop when       |use GCC by default
                   |compiled with clang vs gcc  |
             Status|New                         |Open

--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
While this is a desirable from an outcome (performance) perspective, it is also
a slippery slope to many/most/any/all ports being built arbitrarily with a
specific or particular compiler, for performance, or other reasons.

Further, there is already a framework in place to allow users to choice to
build with any compiler they want.

Rather than an explicit and hardcoded switch to GCC (in this example), I might
think the following 'could' be an option/alternative:

- Add a GCC option
- Not enabled by default
- Create a fs-uae-gcc (sub) port, with that GCC option enabled by default.

Though I am not advocating the above option, I think for certain *very*
specific/compelling cases, it *might* be something valuable to provide users as
a default.

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


More information about the freebsd-ports-bugs mailing list