mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
--- asmcomp/arm/arch.ml.orig Tue Nov 15 23:56:47 2016
|
|
+++ asmcomp/arm/arch.ml Tue Nov 15 23:57:53 2016
|
|
@@ -25,7 +25,7 @@
|
|
let abi =
|
|
match Config.system with
|
|
"linux_eabi" | "freebsd" -> EABI
|
|
- | "linux_eabihf" | "netbsd" -> EABI_HF
|
|
+ | "linux_eabihf" | "minix" | "netbsd" -> EABI_HF
|
|
| _ -> assert false
|
|
|
|
let string_of_arch = function
|