History log of /relibc/openlibm/Makefile (Results 1 – 25 of 81)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 65d74060 07-Nov-2018 Viral B. Shah <viral@juliacomputing.com>

Merge pull request #185 from sharkcz/s390x

Add s390(x) port


Revision tags: v0.5.5
# 2a1e5685 05-Sep-2016 Dan Horák <dan@danny.cz>

s390(x) port


# 73b3d88e 18-Jun-2018 Viral B. Shah <viral@juliacomputing.com>

Merge pull request #181 from CDLuminate/mipsport

Updated MIPS port


# ad9673e6 04-Jun-2018 Mo Zhou <cdluminate@gmail.com>

Makefile: clean mips/*.o


# a844d584 07-Apr-2018 Alex Arslan <ararslan@comcast.net>

Merge pull request #176 from JuliaLang/aa/openbsd

Fixes for building on OpenBSD


# 48c6c2c2 06-Apr-2018 Alex Arslan <ararslan@comcast.net>

Use cp -RpP instead of cp -a

OpenBSD does not support cp -a, and cp -RpP should work on all
platforms.


# b2520473 24-Oct-2017 Yichao Yu <yyc1992@gmail.com>

Merge pull request #168 from JuliaLang/yyc/ld128

Fix compilation on AArch64


# 238a9095 21-Oct-2017 Yichao Yu <yyc1992@gmail.com>

Fix compilation on AArch64

The 128bit double directory is missing and was never used....


# ba43b361 20-Jan-2017 Viral B. Shah <viral@juliacomputing.com>

Merge pull request #151 from JuliaLang/sf/archmageddon

Fixup architecture woes


# c2145306 15-Jan-2017 Elliot Saba <staticfloat@gmail.com>

Cleanup `ARCH` handling, reorganize `AArch64` and `Make.inc`.

* Previously, behavior differed if the same value of `ARCH` was defined
within `Make.inc` or defined on the command line. Don't do th

Cleanup `ARCH` handling, reorganize `AArch64` and `Make.inc`.

* Previously, behavior differed if the same value of `ARCH` was defined
within `Make.inc` or defined on the command line. Don't do that.

* Provide saner defaults for `ARCH` and `MARCH`, and more importantly,
allow for the proper overriding of both.

* Split `AArch64` code further away from the other `arm` code.

show more ...


Revision tags: v0.5.4
# b6b8422b 28-Aug-2016 Tony Kelman <tony@kelman.net>

Merge pull request #145 from twadleigh/dll-a-for-windows

Generate libopenlibm.dll.a for windows.


# 6708c96b 27-Aug-2016 Tracy Wadleigh <tracy.wadleigh@gmail.com>

Generate libopenlibm.dll.a for windows.


Revision tags: v0.5.3, v0.5.2
# b170b72c 19-Jul-2016 Tony Kelman <tony@kelman.net>

Merge pull request #140 from arjenroodselaar/split-install-target

Split install into subtargets


# 4002a91a 19-Jul-2016 Arjen Roodselaar <arjen@fb.com>

Split install into subtargets

When building a cross-compile toolchain for a freestanding platform one may not
want to build and install shared objects.


Revision tags: v0.5.1
# 07f61f31 17-May-2016 Viral B. Shah <viral@juliacomputing.com>

Merge pull request #135 from JuliaLang/sf/versioning

Version libopenlibm properly


# 4d0bc523 17-May-2016 Elliot Saba <staticfloat@gmail.com>

Version libopenlibm properly


Revision tags: v0.5.0
# 5840cef4 24-Feb-2016 Viral B. Shah <viral@mayin.org>

Install all the headers in includdir/openlibm


# 28e2b873 24-Feb-2016 Viral B. Shah <viral@mayin.org>

Install cdefs-compat.h as well in usr/include/openlibm


# 7654216c 23-Feb-2016 Viral B. Shah <viral@juliacomputing.com>

Merge pull request #110 from iblis17/master

FreeBSD has different pkg-config dir: /usr/local/libdata/


# 1aa6a0fc 23-Feb-2016 Simon Byrne <simonbyrne@gmail.com>

Merge pull request #114 from JuliaLang/sb/power

Support powerpc


# 830dc991 22-Feb-2016 Simon Byrne <simonbyrne@gmail.com>

Support powerpc

This fixes #113, based on files from FreeBSD. Tested on machine hosted by [OSUOSL](http://osuosl.org/services/powerdev/).


# 37559aa1 19-Jan-2016 Iblis Lin <e196819@hotmail.com>

FreeBSD has different pkg-config dir: /usr/local/libdata/


# 5cd80c4b 28-Nov-2015 Viral B. Shah <viral@mayin.org>

Merge pull request #106 from petercolberg/master

Set default optimization flag to -O2


# b9658f49 13-Nov-2015 Peter Colberg <peter@colberg.org>

Fail if library symlinks cannot be created

libopenlibm.$(SHLIB_EXT).$(SOMAJOR) is required for running tests.


# 0aef1f70 13-Nov-2015 Peter Colberg <peter@colberg.org>

Clean up and test make clean


1234