build: forward compiler selection to seastar configuration

This commit is contained in:
Avi Kivity
2015-08-03 22:37:32 +03:00
parent 3a5e3c8829
commit eaca3f7cd1

View File

@@ -433,6 +433,8 @@ if args.dpdk:
elif args.dpdk_target:
seastar_flags += ['--dpdk-target', args.dpdk_target]
seastar_flags += ['--compiler', args.cxx]
status = subprocess.call(['./configure.py'] + seastar_flags, cwd = 'seastar')
if status != 0: