diff options
author | Ed Maste <emaste@FreeBSD.org> | 2017-04-17 23:14:26 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2017-04-17 23:14:26 +0000 |
commit | 8cc1f6cc64e76b11cee23af79828b63cd7be4c09 (patch) | |
tree | b4338a3e9ee2149654a6572f4c4d595701559697 /test/cxxfilt/ts/Makefile | |
parent | 665a3a9a7974db933528226e33ee6852fb764c5f (diff) | |
download | src-8cc1f6cc64e76b11cee23af79828b63cd7be4c09.tar.gz src-8cc1f6cc64e76b11cee23af79828b63cd7be4c09.zip |
Import ELF Tool Chain snapshot at r3520vendor/elftoolchain/elftoolchain-r3520
Notes
Notes:
svn path=/vendor/elftoolchain/dist/; revision=317073
svn path=/vendor/elftoolchain/elftoolchain-r3520/; revision=317074; tag=vendor/elftoolchain/elftoolchain-r3520
Diffstat (limited to 'test/cxxfilt/ts/Makefile')
-rw-r--r-- | test/cxxfilt/ts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cxxfilt/ts/Makefile b/test/cxxfilt/ts/Makefile index 0dff69204380..9e2f728033c4 100644 --- a/test/cxxfilt/ts/Makefile +++ b/test/cxxfilt/ts/Makefile @@ -3,5 +3,6 @@ TOP= ../../.. SUBDIR+= misc +SUBDIR+= regression -.include "${TOP}/mk/elftoolchain.subdir.mk"
\ No newline at end of file +.include "${TOP}/mk/elftoolchain.subdir.mk" |