build: fix build with Clang
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 7 Apr 2016 22:03:43 +0000 (00:03 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 7 Apr 2016 22:03:43 +0000 (00:03 +0200)
commitd5bdea59e789662071017ff119f99cd55a4a6425
tree13bc563acd832f23df5b4ebd455fd4e285e0332d
parent7760ff0d359019a8e1706562f2e759de7e3e9824
build: fix build with Clang

c/s 607044bf9 "build: avoid putting local absolute symbols in symbol tables"
breaks the build with Clang, as the command line argument isn't understood.

Clang does not appear to have any equivielent option, and already has
outstanding issues with duplicate symbols.  Excluding this option makes the
problem no worse.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/Rules.mk