bsps/powerpc: Do not set ouput format and arch

There is no need to explicitly set the output format and architecture in
the linker script.  This enables the usage of this linker script with
the ELFv2 ABI (64-bit).

Update #3082.
This commit is contained in:
Sebastian Huber
2017-07-31 14:14:46 +02:00
parent 65ee42ce8e
commit b7be94390b

View File

@@ -20,10 +20,6 @@
* http://www.rtems.org/license/LICENSE.
*/
OUTPUT_FORMAT ("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
OUTPUT_ARCH (powerpc:common)
ENTRY (_start)
/*