https://bugs.dpdk.org/show_bug.cgi?id=288
Bug ID: 288 Summary: Target name recorded wrong when try to build dpdk with x86_64-native-linux-gcc Product: DPDK Version: unspecified Hardware: All OS: All Status: CONFIRMED Severity: minor Priority: Normal Component: mk Assignee: dev@dpdk.org Reporter: jasvinder.si...@intel.com Target Milestone: --- When build dpdk using x86_64-native-linux-gcc target. At the end, it publish wrong target name x86_64-native-linuxapp-gcc instead of x86_64-native-linux-gcc. Log info: $make install T=x86_64-native-linux-gcc -j Configuration done using x86_64-native-linux-gcc == Build lib == Build lib/librte_kvargs == Build lib/librte_cfgfile SYMLINK-FILE include/rte_cfgfile.h CC rte_cfgfile.o SYMLINK-FILE include/rte_kvargs.h CC rte_kvargs.o <snip> INSTALL-APP testpipeline INSTALL-MAP testpipeline.map INSTALL-APP testbbdev INSTALL-MAP testbbdev.map INSTALL-APP testpmd INSTALL-MAP testpmd.map LD test INSTALL-APP test INSTALL-MAP test.map Build complete [x86_64-native-linuxapp-gcc] <------ -- You are receiving this mail because: You are the assignee for the bug.