diff options
author | Matthias Klose <doko@debian.org> | 2023-06-29 14:44:52 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-06-29 14:44:52 +0100 |
commit | fa2b501cdcbb7e9e8437f1dfb4b1e939dcb07264 (patch) | |
tree | 026ba1e500ff5200217c7c1de9f94a6b4c5312db /binutils/Makefile.am | |
parent | 96127db593a96c4848f76ecaff7f4feb5850c4b2 (diff) | |
download | gdb-fa2b501cdcbb7e9e8437f1dfb4b1e939dcb07264.zip gdb-fa2b501cdcbb7e9e8437f1dfb4b1e939dcb07264.tar.gz gdb-fa2b501cdcbb7e9e8437f1dfb4b1e939dcb07264.tar.bz2 |
Ignore --prefix-file-map compiler option whist running testsuite.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |