2022-09-04 |
Tassilo Philipp |
- enable fPIC for sunos 64bit platforms by default
|
2022-09-04 |
Tassilo Philipp |
./configure for SunOS now uses isainfo(1) to deduce native instruction set
|
2022-09-03 |
Tassilo Philipp |
./configure output for sun make builds: set correct C++ compiler flag var
|
2019-11-22 |
Tassilo Philipp |
- configure:
|
2019-04-29 |
Tassilo Philipp |
better MacOS Mojave support in ./configure (Mojave dropped i386 builds)
|
2018-05-17 |
Tassilo Philipp |
- simpler ./configure check if freebsd/mips platform is hard-float
|
2018-05-16 |
Tassilo Philipp |
- FBSD12-CURRENT/mipshf needs to be told explicitly to use -mhard_float (at least as of may 2018)
|
2018-04-25 |
Tassilo Philipp |
- ./configure arch detection support for newer iOS SDK versions (10+)
|
2017-05-27 |
Tassilo Philipp |
- removed configure-based checks for using --noexecstack / -Wa,--noexecstack in make A{S,C,}FLAGS variables, b/c inconsistent behaviour across platforms and often unusable, b/c:
|
2017-05-25 |
Tassilo Philipp |
- also testing no flags at all, for asflags rw- detection
|
2017-05-24 |
Tassilo Philipp |
- typo in prev commit
|
2017-05-24 |
Tassilo Philipp |
- some platforms ingeniously use AFLAGS with CC so --noexecstack must be set as -Wa,--noexecstack
|
2017-05-24 |
Tassilo Philipp |
- portability fix for configure's asflags detection
|
2017-05-22 |
Tassilo Philipp |
configure:
|
2017-05-21 |
Tassilo Philipp |
- configure: noexecstack flag check/search now reflecting what dyncall build needs/does
|
2017-05-20 |
Tassilo Philipp |
- portability changes to configure's "--noexecstack" flag detection (mainly for macos)
|
2017-05-19 |
Tassilo Philipp |
- added to configure some detection on how to compile .s/.S with --noexecstack (or similar), as compilers' defaults are often insane
|
2017-05-15 |
Tassilo Philipp |
- improved support for older OS versions for dynloads dlGetLibraryPath
|
2017-04-14 |
Tassilo Philipp |
- fix to configure for universal binary support for >= macos el capitan
|
2017-01-08 |
cslag |
- fixed configure on SunOS
|
2016-01-06 |
Daniel Adler |
fix for universal binary build on OS X > 10.10
|
2015-12-25 |
cslag |
- another gnu/kfreebsd configure script linker flag
r0.9-RC5
|
2015-12-25 |
cslag |
- added -lm in GNU/kFreeBSD config, to build all tests out of the box
|
2015-12-23 |
Daniel Adler |
configure fixes for iOS 9
|
2015-11-21 |
cslag |
- added configure (only sh-version) option to display list of settable targets
|
2015-04-24 |
cslag |
- fix from MoarVM team and Tobi Leich for osx configure
|
2015-03-19 |
Daniel Adler |
initial from svn dyncall-1745
|