summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-22 19:03:08 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-22 19:03:08 (GMT)
commit9cce3e2d7c1bca4d3aca124055e775706202685f (patch)
treec38e39c8e15728e0ccf5e77d87425146079a14bb /samples
parent247b7bcac6ea870af0c5ba0ea8001dffac07bed6 (diff)
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(+)
Diffstat (limited to 'samples')
-rw-r--r--samples/powerpc-405-linux-gnu/crosstool.config (renamed from samples/powerpc-405fp-linux-gnu/crosstool.config)15
-rw-r--r--samples/powerpc-405-linux-gnu/reported.by3
-rw-r--r--samples/powerpc-405fp-linux-gnu/reported.by3
3 files changed, 13 insertions, 8 deletions
diff --git a/samples/powerpc-405fp-linux-gnu/crosstool.config b/samples/powerpc-405-linux-gnu/crosstool.config
index 5c6baa4..c9c05d4 100644
--- a/samples/powerpc-405fp-linux-gnu/crosstool.config
+++ b/samples/powerpc-405-linux-gnu/crosstool.config
@@ -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
diff --git a/samples/powerpc-405-linux-gnu/reported.by b/samples/powerpc-405-linux-gnu/reported.by
new file mode 100644
index 0000000..c6f3713
--- /dev/null
+++ b/samples/powerpc-405-linux-gnu/reported.by
@@ -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"
diff --git a/samples/powerpc-405fp-linux-gnu/reported.by b/samples/powerpc-405fp-linux-gnu/reported.by
deleted file mode 100644
index e32d824..0000000
--- a/samples/powerpc-405fp-linux-gnu/reported.by
+++ /dev/null
@@ -1,3 +0,0 @@
-reporter_name="YEM"
-reporter_url="http://ymorin.is-a-geek.org/"
-reporter_comment="Soft-float for the 405fp PowerPC"