bsp/v850: Use proper ABI in linkcmds

This commit is contained in:
Sebastian Huber
2014-02-03 13:52:49 +01:00
parent ba386a632e
commit fe535885e6

View File

@@ -7,9 +7,9 @@ _HeapSize = DEFINED(_HeapSize) ? _HeapSize : 0x0;
_StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000; _StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
/* Default linker script, for normal executables */ /* Default linker script, for normal executables */
OUTPUT_FORMAT("elf32-v850", "elf32-v850", OUTPUT_FORMAT("elf32-v850-rh850", "elf32-v850-rh850",
"elf32-v850") "elf32-v850-rh850")
OUTPUT_ARCH(v850) OUTPUT_ARCH(v850-rh850)
ENTRY(_start) ENTRY(_start)
/* GROUP(-lc -lsim -lgcc) */ /* GROUP(-lc -lsim -lgcc) */
SEARCH_DIR(.); SEARCH_DIR(.);