|
@@ -5,7 +5,7 @@ the default emulation is correct for the current architecture.
|
|
|
|
|
|
However, that might not be the case when the toolchain default is not
|
|
|
the same as the current arch. For example, if the toolchain defaults to
|
|
|
-i386 and is capable of x86_64, and we're targetting x86_64 (or the
|
|
|
+i386 and is capable of x86_64, and we're targeting x86_64 (or the
|
|
|
opposite), the link would fail because the ld emulation is incorrect:
|
|
|
|
|
|
.../i686-pc-linux-gnu-ld: Relocatable linking with relocations from
|