From: Bruce Richardson <bruce.richardson@intel.com> To: dev@dpdk.org Subject: [dpdk-dev] [PATCH 2/2] bsdapp: disable ACL library compilation Date: Tue, 24 Jun 2014 01:23:04 +0100 Message-ID: <1403569384-16758-3-git-send-email-bruce.richardson@intel.com> (raw) In-Reply-To: <1403569384-16758-1-git-send-email-bruce.richardson@intel.com> Using gcc 4.8 on FreeBSD 10, support for SSE4.x is not detected by the compiler, meaning that the ACL library, which depends on SSE4.2 cannot compile. Disable this library for the native target allows compiles to succeed on FreeBSD 10 using gcc. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> --- config/defconfig_x86_64-native-bsdapp-gcc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/defconfig_x86_64-native-bsdapp-gcc b/config/defconfig_x86_64-native-bsdapp-gcc index e91738b..9cb6bca 100644 --- a/config/defconfig_x86_64-native-bsdapp-gcc +++ b/config/defconfig_x86_64-native-bsdapp-gcc @@ -69,3 +69,8 @@ CONFIG_RTE_ARCH_X86_64=y # CONFIG_RTE_TOOLCHAIN="gcc" CONFIG_RTE_TOOLCHAIN_GCC=y + +# +# gcc doesn't detect sse4.x support correctly on bsd, so disable ACL lib +# +CONFIG_RTE_LIBRTE_ACL=n -- 1.9.3
next prev parent reply other threads:[~2014-06-24 0:23 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2014-06-24 0:23 [dpdk-dev] [PATCH 0/2] minor compile fixes for FreeBSD 10 Bruce Richardson 2014-06-24 0:23 ` [dpdk-dev] [PATCH 1/2] mk: overriding CC also overrides HOSTCC Bruce Richardson 2014-06-24 9:38 ` Thomas Monjalon 2014-06-24 17:22 ` Richardson, Bruce 2014-06-25 17:26 ` Richardson, Bruce 2014-06-24 0:23 ` Bruce Richardson [this message] 2014-06-27 0:47 ` [dpdk-dev] [PATCH 0/2] minor compile fixes for FreeBSD 10 Thomas Monjalon
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1403569384-16758-3-git-send-email-bruce.richardson@intel.com \ --to=bruce.richardson@intel.com \ --cc=dev@dpdk.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git