mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 153034 - FreeBSD 5.0-current's gcc uses thunks. r=jesup, sr=jst
This commit is contained in:
parent
ba0e209ea1
commit
3e26086cb2
@ -92,9 +92,11 @@
|
||||
*
|
||||
* The easiest way to distinguish the ports collection gcc from the system
|
||||
* gcc is that the system gcc defines __FreeBSD_cc_version. This variable
|
||||
* can also identify the period of time that 4.0-CURRENT used thunks.
|
||||
* can also identify versions that use thunks. This includes some 4.x versions
|
||||
* and now newer 5.x versions.
|
||||
*/
|
||||
#if defined(__FreeBSD_cc_version) && \
|
||||
(__FreeBSD_cc_version < 500003) && \
|
||||
(__FreeBSD_cc_version < 400002 || __FreeBSD_cc_version > 400003)
|
||||
#define CFRONT_STYLE_THIS_ADJUST
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user