summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-09 12:47:01 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-02 14:55:17 (EST)
commitb610fd3f83f31d298a81ec3cdb6abae1d6adbb4f (patch)
treeded73ee125a39727ad4484ea72bed384c6751c2b
parent58940e7e9ee1b02c454b6164c60e6333307b6ba3 (diff)
tests/exe/ob-buildenv.sh: Update for c18744d
-rwxr-xr-xtests/exe/ob-buildenv.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exe/ob-buildenv.sh b/tests/exe/ob-buildenv.sh
index 3720207..f4724ad 100755
--- a/tests/exe/ob-buildenv.sh
+++ b/tests/exe/ob-buildenv.sh
@@ -41,4 +41,6 @@ cmd_is 'ob-buildenv' ob-buildenv <<-EOF
STRINGS='i686-linux-glibc-strings'
STRIP='i686-linux-glibc-strip'
OPK_TOOL_PREFIX='i686-linux-glibc-'
+ CFLAGS=' -ffile-prefix-map=${PWD}=.'
+ CXXFLAGS=' -ffile-prefix-map=${PWD}=.'
EOF