Remove the ppc-405fp sample, replace with a ppc-405 sample (405fp has an FPU, 405 does not).

Thanks to Julien DUSSER for reporting this.

 /trunk/samples/powerpc-405-linux-gnu/crosstool.config |  343   343     0     0 +++++++++++++++++++++++++
 /trunk/samples/powerpc-405-linux-gnu/reported.by      |    3     3     0     0 +
 2 files changed, 346 insertions(+)
This commit is contained in:
Yann E. MORIN" 2008-10-22 19:03:08 +00:00
parent 247b7bcac6
commit 9cce3e2d7c
3 changed files with 13 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# crosstool-NG version: 1.2.0+svn_trunk@1110M
# Tue Oct 21 23:30:08 2008
# crosstool-NG version: 1.2.0+svn_trunk@1114
# Wed Oct 22 20:56:36 2008
#
#
@ -81,8 +81,8 @@ CT_ARCH_SUPPORT_TUNE=y
# CT_ARCH_DEFAULT_BE is not set
# CT_ARCH_DEFAULT_LE is not set
CT_ARCH_ABI=""
CT_ARCH_CPU="405fp"
CT_ARCH_TUNE="405fp"
CT_ARCH_CPU="405"
CT_ARCH_TUNE="405"
# CT_ARCH_FLOAT_HW is not set
CT_ARCH_FLOAT_SW=y
CT_TARGET_CFLAGS=""
@ -114,7 +114,7 @@ CT_ARCH_powerpc=y
#
CT_USE_SYSROOT=y
CT_SHARED_LIBS=y
CT_TARGET_VENDOR="405fp"
CT_TARGET_VENDOR="405"
CT_TARGET_ALIAS_SED_EXPR=""
CT_TARGET_ALIAS=""
@ -336,3 +336,8 @@ CT_GDB_VERSION="6.8"
CT_NCURSES_V_5_6=y
CT_NCURSES_VERSION="5.6"
# CT_DEBUG_strace is not set
# CT_STRACE_V_4_5 is not set
# CT_STRACE_V_4_5_14 is not set
# CT_STRACE_V_4_5_15 is not set
# CT_STRACE_V_4_5_16 is not set
# CT_STRACE_V_4_5_18 is not set

View File

@ -0,0 +1,3 @@
reporter_name="Julien DUSSER"
reporter_url="http://sourceware.org/ml/crossgcc/2008-10/msg00054.html"
reporter_comment="Soft-float for the 405 PowerPC"

View File

@ -1,3 +0,0 @@
reporter_name="YEM"
reporter_url="http://ymorin.is-a-geek.org/"
reporter_comment="Soft-float for the 405fp PowerPC"