|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Solaris build fix breaks Solaris
On 12/11/07 22:06, "John Levon" <levon@xxxxxxxxxxxxxxxxx> wrote:
> 16396:055d98aa2dd0 almost works but not quite. LDFLAGS_DIRECT means we
> end up with:
>
> gld -melf_i386 -nostdlib -N -Ttext 0x100000 -o hvmloader.tmp hvmloader.o
> mp_tables.o util.o smbios.o 32bitbios_support.o acpi/acpi.a
>
> Specifying a linker script and asking for -nostdlib is obviously
> contradictory. Removing $(LDFLAGS_DIRECT) fixes the problem.
That command line doesn't specify a linker script. And even if it did, how
would that contradict -nostdlib? Also the -nostdlib is not in
LDFLAGS_DIRECT: -melf_i386 is.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|