History log of /relibc/openlibm/Make.inc (Results 1 – 25 of 116)
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


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

Merge pull request #130 from ginggs/enable-optimization-again

Enable optimization again for *int.c and *intf.c


# 4971b569 18-Jun-2018 Viral B. Shah <viral@juliacomputing.com>

Update Make.inc


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

Merge pull request #180 from JuliaLang/ginggs-0.5.6

Bump version to 0.5.6


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

Merge pull request #181 from CDLuminate/mipsport

Updated MIPS port


# 3aa5c3bc 18-Jun-2018 Viral B. Shah <viral@juliacomputing.com>

Merge pull request #174 from iniserve/master

Consider: Add TOOLPREFIX


# 4f5112ea 24-Jan-2017 Radovan Birdic <Radovan.Birdic@imgtec.com>

Support for mips architectures

Changes needed for mips suport have been added.
Code for openlibm_fenv_mips.h, mips_fpmath.h and fenv.c
was taken from https://github.com/freebsd/freebsd


Revision tags: v0.5.4, v0.5.3, v0.5.2, v0.5.1
# a24a5ebb 07-Apr-2016 Graham Inggs <graham@nerve.org.za>

Enable optimization again for *int.c and *intf.c


# a40570be 26-May-2018 Graham Inggs <ginggs@debian.org>

Bump version to 0.5.6


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

Merge pull request #176 from JuliaLang/aa/openbsd

Fixes for building on OpenBSD


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

Build with Clang on OpenBSD

This is the default compiler starting with OpenBSD 6.2, and has been
installed by default on OpenBSD since 6.0.


# 8d91ecb3 21-Dec-2017 warpcoil <ulsterbobby@gmail.com>

Add TOOLPREFIX


# 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....


# 3ff5216a 17-Oct-2017 Elliot Saba <staticfloat@gmail.com>

Merge pull request #162 from JuliaLang/aa/0.5.5

Bump version to 0.5.5


# ddf649be 22-Sep-2017 Simon Byrne <simonbyrne@gmail.com>

enable -fno-strict-aliasing for clang (#156)

Type punning via unions in clang is not safe without -fno-strict-aliasing. See https://bugs.llvm.org//show_bug.cgi?id=31928.


# 7e726c31 06-Sep-2017 Alex Arslan <ararslan@comcast.net>

Bump version to 0.5.5


# 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 ...


# 1581174c 28-Aug-2016 Tony Kelman <tony@kelman.net>

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

Version bump for Makefile change.


# 868231bc 28-Aug-2016 Tracy Wadleigh <tracy.wadleigh@gmail.com>

Version bump for Makefile change.


# 71e79eb6 09-Aug-2016 Simon Byrne <simonbyrne@gmail.com>

Bump version for Makefile change.


# 1492ff02 09-Aug-2016 Simon Byrne <simonbyrne@gmail.com>

Merge pull request #142 from JuliaLang/sf/cflags

Set optimization level only if not already overridden


# 75ec57d9 09-Aug-2016 Elliot Saba <staticfloat@gmail.com>

Set optimization level only if not already overridden


12345