Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/distrib/sets/lists
Module Name: src
Committed By: riastradh
Date: Wed Jun 5 14:16:31 UTC 2024
Modified Files:
src/distrib/sets/lists/base32: ad.aarch64
src/distrib/sets/lists/debug32: ad.aarch64
Log Message:
Fix some more aarch64 compat set list issues.
- libc_vfp, which implements the arm32 softfloat ABI in terms of CPU
hardfloat instructions instead of emulation through CPU integer
instructions, is always built for eabi, never built for eabihf.
=> aarch64 doesn't have a softfloat ABI, so making it conditional
on softfloat doesn't make sense.
=> eabi is always a softfloat ABI, so this is always built for
compat eabi.
=> eabihf is always a hardfloat ABI, so this is never built for
compat eabihf.
- libc++ needs to be there but conditional on libcxx.
- libproc needs to be there but conditional on dtrace.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/ad.aarch64
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug32/ad.aarch64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index