diff options
Diffstat (limited to 'recipes-core')
| -rw-r--r-- | recipes-core/classpath/classpath-0.99/aarch64.patch | 19 | ||||
| -rw-r--r-- | recipes-core/classpath/classpath_0.99.bb | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/recipes-core/classpath/classpath-0.99/aarch64.patch b/recipes-core/classpath/classpath-0.99/aarch64.patch new file mode 100644 index 0000000..4de40fb --- /dev/null +++ b/recipes-core/classpath/classpath-0.99/aarch64.patch | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | Upstream-Status: Inappropriate [upstream is dead] | ||
| 2 | |||
| 3 | Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> | ||
| 4 | |||
| 5 | diff --git a/native/fdlibm/ieeefp.h b/native/fdlibm/ieeefp.h | ||
| 6 | index c230bbb..700dd3a 100644 | ||
| 7 | --- a/native/fdlibm/ieeefp.h | ||
| 8 | +++ b/native/fdlibm/ieeefp.h | ||
| 9 | @@ -158,6 +158,10 @@ | ||
| 10 | #define __IEEE_BIG_ENDIAN | ||
| 11 | #endif | ||
| 12 | |||
| 13 | +#ifdef __aarch64__ | ||
| 14 | +#define __IEEE_LITTLE_ENDIAN | ||
| 15 | +#endif | ||
| 16 | + | ||
| 17 | #ifndef __IEEE_BIG_ENDIAN | ||
| 18 | #ifndef __IEEE_LITTLE_ENDIAN | ||
| 19 | #error Endianess not declared!! | ||
diff --git a/recipes-core/classpath/classpath_0.99.bb b/recipes-core/classpath/classpath_0.99.bb index 6aa3baa..714503a 100644 --- a/recipes-core/classpath/classpath_0.99.bb +++ b/recipes-core/classpath/classpath_0.99.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI += " \ | |||
| 14 | file://toolwrapper-exithook.patch \ | 14 | file://toolwrapper-exithook.patch \ |
| 15 | file://use_libdir.patch \ | 15 | file://use_libdir.patch \ |
| 16 | file://freetype2.patch \ | 16 | file://freetype2.patch \ |
| 17 | file://aarch64.patch \ | ||
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | SRC_URI[md5sum] = "0ae1571249172acd82488724a3b8acb4" | 20 | SRC_URI[md5sum] = "0ae1571249172acd82488724a3b8acb4" |
