[Bug 212512] lang/tcl86: remove unnecessary use of fpsetround

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 9 00:32:08 UTC 2016


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

            Bug ID: 212512
           Summary: lang/tcl86: remove unnecessary use of fpsetround
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tcltk at FreeBSD.org
          Reporter: emaste at freebsd.org
            Blocks: 201763
             Flags: maintainer-feedback?(tcltk at FreeBSD.org)
          Assignee: tcltk at FreeBSD.org

Created attachment 174566
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174566&action=edit
add patch file to remove fpsetround use in tcl

fpsetround is non-standard and is not provided on arm64 or riscv. On other
architectures where fpsetround does exist, fpsetround(FP_RN) just sets the
rounding mode to the already-set default, so it serves no purpose.


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201763
[Bug 201763] Tracking bug for AArch64 port build failures
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-tcltk mailing list