diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-16 20:21:59 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-16 20:21:59 -0500 |
commit | c2aad00a7447a32e1f4b0bd558a1bd2b13085381 (patch) | |
tree | f3223f0539737be3ee23b0cb4b11ea306802853e /sim/testsuite/cris/c/stat4.c | |
parent | 927f25ebac00e225ed7ca88e45e2a98ddbdb122a (diff) | |
download | binutils-c2aad00a7447a32e1f4b0bd558a1bd2b13085381.zip binutils-c2aad00a7447a32e1f4b0bd558a1bd2b13085381.tar.gz binutils-c2aad00a7447a32e1f4b0bd558a1bd2b13085381.tar.bz2 |
sim: testsuite: add support for $pwd replacements
Extend the common test framework to support $pwd replacements in
settings. This allows replacing the custom cris @exedir@ with it.
Diffstat (limited to 'sim/testsuite/cris/c/stat4.c')
-rw-r--r-- | sim/testsuite/cris/c/stat4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/testsuite/cris/c/stat4.c b/sim/testsuite/cris/c/stat4.c index 62415a3..e524ac8 100644 --- a/sim/testsuite/cris/c/stat4.c +++ b/sim/testsuite/cris/c/stat4.c @@ -1,6 +1,6 @@ /* Simulator options: #notarget: cris*-*-elf -#sim: --sysroot=@exedir@ +#sim: --sysroot=$pwd */ #include <sys/types.h> |