Mercurial > flash_v2
diff packages/targets @ 6:d376b777e2ce ecos-sw-1999-05-14
Merge from eCos master repository on 1999-05-14-19:27:43-BST
| author | jlarmour |
|---|---|
| date | Fri, 14 May 1999 12:20:00 +0000 |
| parents | 443894e2e912 |
| children | ece80412419a |
line wrap: on
line diff
--- a/packages/targets +++ b/packages/targets @@ -107,10 +107,10 @@ target mn10300 { } -target tx39 { +target mips_tx39 { alias { TX39 mips-tx39 mips-tx39-elf } command_prefix mips-tx39-elf - packages CYGPKG_HAL_TX39 + packages { CYGPKG_HAL_MIPS CYGPKG_HAL_MIPS_TX39 } cflags { ERRFLAGS "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef" @@ -126,25 +126,26 @@ target tx39 { hal hal/mips/jmr3904 startup { ram rom } packages { - CYGPKG_HAL_TX39_JMR3904 + CYGPKG_HAL_MIPS_TX39_JMR3904 } } platform sim { alias { "Simulator" } startup { ram } packages { - CYGPKG_HAL_TX39_SIM + CYGPKG_HAL_MIPS_SIM } } } + target powerpc { alias { PowerPC powerpc-eabi } command_prefix powerpc-eabi packages { CYGPKG_HAL_POWERPC } cflags { - ARCHFLAGS "-mcpu=860 -D_SOFT_FLOAT" + ARCHFLAGS "-msoft-float -mcpu=860" ERRFLAGS "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef" CXXERRFLAGS "-Woverloaded-virtual" LANGFLAGS "-ffunction-sections -fdata-sections"
