summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/libtests/dl10.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-18 13:14:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-14 07:11:40 +0200
commitaa27a85a83a4f05e77ed06825e24755f23f90eff (patch)
treefcd021b33ab424f1caff94a9c024f22ada4f27b3 /spec/build/testsuites/libtests/dl10.yml
parentbuild: Alternative build system based on waf (diff)
downloadrtems-aa27a85a83a4f05e77ed06825e24755f23f90eff.tar.bz2
build: Use Python tarfile instead of pax
This patch is for the new build system.
Diffstat (limited to 'spec/build/testsuites/libtests/dl10.yml')
-rw-r--r--spec/build/testsuites/libtests/dl10.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/testsuites/libtests/dl10.yml b/spec/build/testsuites/libtests/dl10.yml
index ba09a6f444..b3e4bc0ded 100644
--- a/spec/build/testsuites/libtests/dl10.yml
+++ b/spec/build/testsuites/libtests/dl10.yml
@@ -18,7 +18,7 @@ do-build: |
objs.append(self.ar(bld, lib_objs, path + "libdl10_2.a"))
objs.append(self.cc(bld, bic, path + "dl10-o1.c"))
tar = path + "dl10.tar"
- self.pax(bld, [path + "etc/libdl.conf"] + objs, [path], tar)
+ self.tar(bld, [path + "etc/libdl.conf"] + objs, [path], tar)
tar_c, tar_h = self.bin2c(bld, tar)
objs = []
objs.append(self.cc(bld, bic, tar_c))