2014-05-15 13:15:10 by Martin Husemann | Files touched by this commit (3) |
Log message:
sparc cpus better do not try to use "fast" unaligned access.
|
2014-05-10 08:10:19 by Masatake Daimon | Files touched by this commit (1) |
Log message:
GCC >= 4.4 is not required for architectures without ssse3.
|
2014-05-05 23:16:28 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Fix OpenBSD build
Use gcc46 instead of gcc45 for OpenBSD, because gcc45 from pkgsrc does not
support OpenBSD (yet)
|
2014-04-13 09:41:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Restore -fno-integrated-as, only for NetBSD.
|
2014-04-12 21:06:55 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Fix for clang: error: unknown argument: '-fno-integrated-as'
|
2014-04-09 08:11:19 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Disable integrated assembler for clang.
See e.g. https://bugzilla.mozilla.org/show_bug.cgi?id=982693
|
2014-02-19 10:44:56 by Jonathan Perkin | Files touched by this commit (8) |
Log message:
GCC_REQD should be appended to, not set.
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD
was forcing an older (and broken) one to be pulled regardless.
|
2014-02-16 11:04:11 by Jens Rehsack | Files touched by this commit (1) |
Log message:
<jperkin> also indent the .*, so ". if .." and ". \
endif" for the internal ones
|
2014-02-16 11:02:21 by Jens Rehsack | Files touched by this commit (1) |
Log message:
fix "do what I mean" for OPSYS check
|
2014-02-16 10:58:18 by Jens Rehsack | Files touched by this commit (1) |
Log message:
be stricter when requiring gcc 4.4+:
* pkg/48508 refers only SunOS and NetBSD (in fact, only NetBSD 5 and
Solaris 10 - but I expect at least lower versions come with same
issues and higher might have improved toolchain)
* check only for x86 architectures (no sse3 on sparc, ppc, arm, mips, ...)
* only require minimum gcc version when gcc is the used compiler - SunPRO,
clang, pcc ... might behave differently
* hopefully someone picks it up and fix the binutils dependency, if required
|