summaryrefslogtreecommitdiffstats
path: root/SOURCES/fdmatch.patch
diff options
context:
space:
mode:
authorJoerg Koenig <jck@techsat.com>2017-11-08 11:14:38 (GMT)
committerJoerg Koenig <jck@techsat.com>2017-11-08 11:14:38 (GMT)
commite4c17a382593714e42171d99d8963f691c3f18b7 (patch)
treea3a15bfff0d049640e5b31f435a72fca4ae8ef56 /SOURCES/fdmatch.patch
parentd407e09d669cb65287816dbe99b163448452d135 (diff)
downloadcrossppc-e4c17a382593714e42171d99d8963f691c3f18b7.zip
crossppc-e4c17a382593714e42171d99d8963f691c3f18b7.tar.gz
crossppc-e4c17a382593714e42171d99d8963f691c3f18b7.tar.bz2
Switched to working gcc 2.95.4 and binutils 2.10.1; Only 32-Bit Compiler supported
Change-Id: I22a948e77bab02451539a1f5a280420e5e71a8ee
Diffstat (limited to 'SOURCES/fdmatch.patch')
-rw-r--r--SOURCES/fdmatch.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/SOURCES/fdmatch.patch b/SOURCES/fdmatch.patch
new file mode 100644
index 0000000..f7effb4
--- /dev/null
+++ b/SOURCES/fdmatch.patch
@@ -0,0 +1,11 @@
+--- stat.h.orig 2017-11-08 08:25:07.392031236 +0100
++++ stat.h 2017-11-08 08:25:35.263933686 +0100
+@@ -32,6 +32,8 @@
+ extern "C" {
+ #endif
+
++#include <types/vxTypesOld.h>
++
+ #if ((CPU_FAMILY==I960) && (defined __GNUC__))
+ #pragma align 1 /* tell gcc960 not to optimize alignments */
+ #endif /* CPU_FAMILY==I960 */