mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Filter -mno-direct-extern-access from tests to avoid: ``` FAIL: Build indirect-extern-access-1a without PIE FAIL: Build indirect-extern-access-2a without PIE FAIL: Build pr21997-1a FAIL: Build pr21997-1b FAIL: Build pr22001-1a FAIL: Build pr22001-1b FAIL: Build pr25749-1b (-pie -fPIE -w) FAIL: Build property 1 (.o) FAIL: Build property 2 (.o) FAIL: Build property-6.o FAIL: Build protected-data-1 without PIE FAIL: Build protected-func-2a without PIE FAIL: Build protected-func-2 without PIE FAIL: S-records FAIL: Undefined weak symbol (-fno-PIE -no-pie) ``` (I have a patch locally to add -mno-direct-extern-access to the filter-flags whitelist which exposes this.) Signed-off-by: Sam James <sam@gentoo.org>