diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /devel/libffcall/files/patch-configure.ac | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'devel/libffcall/files/patch-configure.ac')
| -rw-r--r-- | devel/libffcall/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libffcall/files/patch-configure.ac b/devel/libffcall/files/patch-configure.ac new file mode 100644 index 000000000000..53f6ce11b752 --- /dev/null +++ b/devel/libffcall/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2025-09-21 09:30:04 UTC ++++ configure.ac +@@ -108,7 +108,7 @@ if test ${HOST_CPU_C_ABI} = arm -o ${HOST_CPU_C_ABI} = + dnl comes with clang 10 (which doesn't grok old "divided" syntax) and with + dnl an old GNU as (which doesn't grok the '.fpu vfpv3-d16' pseudo-op). + case "$host_os" in +- *eabi*) HOST_CPU_C_ABI="${HOST_CPU_C_ABI}-eabi" ;; ++ *eabi*|*freebsd*) HOST_CPU_C_ABI="${HOST_CPU_C_ABI}-eabi" ;; + *) HOST_CPU_C_ABI="${HOST_CPU_C_ABI}-old" ;; + esac + fi |
