47dc7e1304
- USES gmake instead of USE_GMAKE - Disable all warnings with -w - Support STAGEDIR, fix proper installation includes - Install proper DOCS and add Option - Recreate patches with make makepatch
11 lines
334 B
C
11 lines
334 B
C
--- ./src/HeadX86.h.orig 2000-12-06 05:55:28.000000000 +0100
|
|
+++ ./src/HeadX86.h 2014-01-17 03:59:56.000000000 +0100
|
|
@@ -83,7 +83,7 @@
|
|
|
|
/* Now fix up the ELF underscore problem */
|
|
|
|
-#if defined(__ELF__) && defined(__GNUC__)
|
|
+#if defined(__ELF__) && defined(__GNUC__) && __GNUC__ < 4
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|