forked from Imagelibrary/rtems
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:
@@ -20,10 +20,6 @@
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
OUTPUT_FORMAT ("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
|
||||
|
||||
OUTPUT_ARCH (powerpc:common)
|
||||
|
||||
ENTRY (_start)
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user