summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorFrederic Konrad <konrad@adacore.com>2021-01-14 09:08:40 +0100
committerOlivier Hainque <hainque@adacore.com>2021-12-09 17:50:36 +0000
commita2c12cb70892d82506b3044c4c34f5667eb12835 (patch)
tree39c2201e0eb0ac7af85f16cd43e53cabcb77b466 /libgcc
parentfa9f40bacbd187996e03f93086fae1ab9052f51b (diff)
Fix path to t-ppc64-fp for ppc*-vxworks7* libgcc tmake_file
This fixes a basic mistake in the relative path used to reference a rs6000 specific Makefile fragment in the libgcc configuration bits for powerpc*-vxworks7. 2021-01-14 Fred Konrad <konrad@adacore.com> libgcc/ * config.host (powerpc*-wrs-vxworks7*): Fix path to rs6000/t-ppc64-fp, relative to config/ not libgcc/.
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index d4c035c7188..95a0b2ab4b1 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -1238,7 +1238,7 @@ powerpc*-*-linux*)
md_unwind_header=rs6000/linux-unwind.h
;;
powerpc*-wrs-vxworks7*)
- tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-dfprules config/rs6000/t-ppc64-fp t-slibgcc-libgcc"
+ tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-dfprules rs6000/t-ppc64-fp t-slibgcc-libgcc"
case $ppc_fp_type in
64)
;;