]> git.droids-corp.org - dpdk.git/blobdiff - examples/dpdk_qat/Makefile
examples/dpdk_qat: fix build error message
[dpdk.git] / examples / dpdk_qat / Makefile
index f1e06a174c0c255975117d20b02699571d0ce222..01d61bcfb67696200af97f1fe8ef9b7e0b866750 100644 (file)
@@ -53,7 +53,7 @@ ifeq ($(CROSS_COMPILE),)
         ifneq ($(LBITS),i686)
         $(error The RTE_TARGET chosen is not compatible with this environment \
         (x86_64), for this application. Please change the definition of the \
-        RTE_TARGET environment variable, or run the application on a 32-bit OS)
+        RTE_TARGET environment variable, or run the application on a i686 OS)
         endif
     endif
 endif