Make filenames unique to 8.3 characters for Powerpc.
This commit is contained in:
parent
739708fa4a
commit
7e11b1db3d
3 changed files with 2 additions and 9 deletions
|
@ -1 +1 @@
|
|||
EMUL=elf32ppcle
|
||||
EMUL=elf32lppc
|
||||
|
|
|
@ -47,9 +47,9 @@ ebmon29k.sh
|
|||
elf32_sparc.sh
|
||||
elf32bmip.sh
|
||||
elf32lmip.sh
|
||||
elf32lppc.sh
|
||||
elf32ppc.sh
|
||||
elf64_sparc.sh
|
||||
elf32ppcle.sh
|
||||
elf_i386.sh
|
||||
gld960.sh
|
||||
gld960coff.sh
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
SCRIPT_NAME=elfppc
|
||||
OUTPUT_FORMAT="elf32-powerpcle"
|
||||
TEXT_START_ADDR=0x0400000
|
||||
DATA_ADDR=0x10000000
|
||||
MAXPAGESIZE=0x40000
|
||||
NONPAGED_TEXT_START_ADDR=0x0400000
|
||||
ARCH=powerpc
|
Loading…
Add table
Reference in a new issue