ovs-dev.py: Only build the Linux datapath with GCC.
authorEthan Jackson <ethan@nicira.com>
Wed, 22 Jan 2014 19:06:23 +0000 (11:06 -0800)
committerEthan Jackson <ethan@nicira.com>
Sat, 25 Jan 2014 01:33:29 +0000 (17:33 -0800)
commita3ea1821d67e7dc8af32d7a55b5857014ec4583f
tree1587247625406d5ad5a4d60119ab842b80a756a6
parentd6056bc7ce15e7b4d1950fda5ad0ee4df7d6a04b
ovs-dev.py: Only build the Linux datapath with GCC.

In practice, Linux kernel modules are only built with GCC, so it
doesn't make much sense to spend time compiling them with clang.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
utilities/ovs-dev.py