=== modified file 'src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/Makefile.in'
|
|
|
|
| 70 | 70 | # New code for Linux, et. al., with gcc |
| 71 | 71 | # Migrate other platforms here after testing |
| 72 | 72 | # |
| 73 | | ifneq (,$(filter Linux,$(OS_ARCH))) |
| | 73 | ifneq (,$(filter Linux GNU_%,$(OS_ARCH))) |
| 74 | 74 | # Linux/x86-64 |
| 75 | 75 | ifeq (x86_64,$(OS_TEST)) |
| 76 | 76 | CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp |
=== modified file 'src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h'
|
|
|
|
| 67 | 67 | * |
| 68 | 68 | */ |
| 69 | 69 | |
| 70 | | #if defined(LINUX) || defined(L4) |
| | 70 | #if defined(LINUX) || defined(__GLIBC__) || defined(L4) |
| 71 | 71 | /* I am assuming that since we are using the Linux compiler for L4, the same will hold true... */ |
| 72 | 72 | |
| 73 | 73 | #if (__GNUC__ == 2) && (__GNUC_MINOR__ <= 7) |