[dts] [PATCH V1] framework/project_dpdk:delete the specified compiler

changqingxwu changqingx.wu at intel.com
Tue Mar 26 09:05:17 CET 2019


Signed-off-by: changqingxwu <changqingx.wu at intel.com>
---
 framework/project_dpdk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 6035c68..42ff3d6 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -236,7 +236,7 @@ class DPDKdut(Dut):
         self.send_expect("rm -rf %s" % r'./app/test/test_pci_sysfs.res.o' , "#")
         build_time = 120
         # compile
-        out = self.send_expect("make -j %d install T=%s CC=gcc48" % (self.number_of_cores,
+        out = self.send_expect("make -j %d install T=%s" % (self.number_of_cores,
                                                                      target),
                                "#", build_time)
         if("Error" in out or "No rule to make" in out):
-- 
2.17.2



More information about the dts mailing list