Landing: 36bd69c6c547
Project / Subsystem
gcc / libffi
Date
2026-05-26
Author
Pietro Monteiro
Commit
36bd69c6c547bf6d9c7f16c80b7410922c33bb78
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libffi
- patch_id
- —
- commit_hash
- 36bd69c6c547bf6d9c7f16c80b7410922c33bb78
- source_type
- github
- headline
- Libffi Tests Use Correct Include Paths for Multilib Targets
- tldr
- Libffi tests now use the correct include paths when building for multilib targets, fixing include errors.
- author
- Pietro Monteiro
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libffi
- • testsuite
- • multilib
- • build
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-26T00:00:00.000Z
The libffi testsuite previously used relative include paths, causing issues when run from the main target build directory in multilib configurations. This commit fixes the problem by using variables that point to the build directory for the specific multilib variant being tested. This ensures that the tests include the correct files, avoiding build failures in multilib setups.