|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] XEN build failure
On Wed, 2008-02-20 at 15:17 -0500, Chuck Short wrote:
>
> ld -Wl,-Bsymbolic-functions -melf_i386 -melf_i386 -melf_i386 -r -o
> built_in.o head.o
> ld: unrecognized option '-Wl,-Bsymbolic-functions'
> ld: use the --help option for usage information
The -Wl,<foo> syntax is gcc specific syntax which tells it to pass <foo>
as an argument to the linker but here it being passed to the linker
directly including the -Wl bit.
The symbolic-functions thing doesn't come from the Xen source so it must
come from either the Ubuntu packaging/patches or some environmental
factor (i.e. LDFLAGS set in the environment).
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|