commit | 927f25ebac00e225ed7ca88e45e2a98ddbdb122a | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Nov 16 20:16:18 2021 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Nov 16 20:16:18 2021 -0500 |
tree | 8cce8de1ecc7f51c5dbaacdeea59e917908428e1 | |
parent | b31ff1f79b561e29249d738fa9f076e58495035f [diff] |
sim: cris: replace @srcdir@ test extension with $srcdir/$subdir The common framework supports $srcdir & $subdir replacements already, so replace the custom @srcdir@ logic with those. Since the replace happens in slurp_options that cris already uses, we don't have any logic to port over there. We have to duplicate that into the cris slurp_rv helper though.