From fa2b501cdcbb7e9e8437f1dfb4b1e939dcb07264 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Thu, 29 Jun 2023 14:44:52 +0100 Subject: Ignore --prefix-file-map compiler option whist running testsuite. --- binutils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/Makefile.am') diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 904785b..bb86036 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -214,7 +214,7 @@ check-DEJAGNU: site.exp CC="$(CC)" CFLAGS="$(CFLAGS)" \ CC_FOR_BUILD="$(CC_FOR_BUILD)" \ CC_FOR_TARGET="$(CC_FOR_TARGET)" \ - CFLAGS_FOR_TARGET="$(CFLAGS_FOR_TARGET) -O0" \ + CFLAGS_FOR_TARGET="$(filter-out -ffile-prefix-map=%,$(CFLAGS_FOR_TARGET)) -O0" \ $(RUNTESTFLAGS); \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi -- cgit v1.1