[Pkg-julia-devel] Naming openlibm upstream tarball

Peter Colberg peter at colberg.org
Wed Jun 22 20:12:31 UTC 2016


On Wed, Jun 22, 2016 at 09:13:11PM +0200, Graham Inggs wrote:
> Do you want to take care of the changelog and the patch to revert
> commit ebcd40f1b0378522b299bfec63e288df000b43d2 ?

Ok. I figured out the relevant macros from bsd_cdefs.h:

  #if __GNUC__ >= 3 || defined(__INTEL_COMPILER)
  #define __GNUCLIKE_ASM 3
  #else
  #define __GNUCLIKE_ASM 2
  #endif

  #define __CC_SUPPORTS___INLINE__ 1

I don’t see why someone would have substituted cdefs-compat.h for
bsd_cdefs.h. The files serve different purposes, in fact they share
no common code at all.

Peter



More information about the Pkg-julia-devel mailing list