Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478302 - sys-devel/crossdev-20120913: output list of crossdev -t help is incomplete
Summary: sys-devel/crossdev-20120913: output list of crossdev -t help is incomplete
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 23:29 UTC by abma
Modified: 2013-08-20 14:54 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abma 2013-07-26 23:29:48 UTC
crossdev -t help doesn't list mingw64 targets.

this one should be listed:
i686-pc-mingw32: Supports cross-compiling for 32-bit Windows (toolchain based on mingw32).
i686-w64-mingw32: Supports cross-compiling for 32-bit Windows (toolchain based on mingw64).
x86_64-w64-mingw32: Supports cross-compiling for 64-bit Windows (toolchain based on mingw64). 

(not sure if thats correct, but the list is incomplete)

Reproducible: Always

Steps to Reproduce:
1.crossdev -t
2.
3.
Actual Results:  
Supported Architectures:
   - alpha                                     - arm / armeb / aarch64
   - hppa (parisc)                             - ia64
   - i386 / i486 / i586 / i686 (x86)           - m68k
   - mips / mipsel / mips64 / mips64el
   - powerpc (ppc) / powerpc64 (ppc64)
   - sparc / sparc64                           - s390 / s390x
   - sh / sh[1-5] / sh64                       - x86_64 (amd64)
Supported C Libraries:
   - glibc (gnu)
   - klibc       [prob wont work]
   - newlib      [bare metal/no operating system]
   - uclibc      [not all arches are ported]
Special Targets:
   - avr      http://www.nongnu.org/avr-libc/
   - bfin     http://blackfin.uclinux.org/
   - h8300    http://h8300-hms.sourceforge.net/
   - mingw32  http://www.mingw.org/
   - msp430   http://mspgcc.sourceforge.net/
   - nios2    http://www.altera.com/products/ip/processors/nios2/ni2-index.html
   - xc16x    http://www.infineon.com/
   - ee / iop / dvp (ps2) [Playstation 2 targets]
   - ppu / spu (cell) [Cell/Playstation 3 targets]
Softfloat toolchains:
   Include 'softfloat' in the 'vendor' field
   e.g. armeb-softfloat-linux-uclibc  powerpc-booya_softfloat-linux-gnu


Expected Results:  
all targets in list:
i686-pc-mingw32: Supports cross-compiling for 32-bit Windows (toolchain based on mingw32).
i686-w64-mingw32: Supports cross-compiling for 32-bit Windows (toolchain based on mingw64).
x86_64-w64-mingw32: Supports cross-compiling for 64-bit Windows (toolchain based on mingw64).
Comment 1 SpanKY gentoo-dev 2013-08-15 17:08:21 UTC
crossdev-20130628 shows mingw64 just fine:
   - mingw64  http://mingw-w64.sourceforge.net/
Comment 2 abma 2013-08-20 14:54:02 UTC
yes, 20130628 works for me too. sorry...