⛏️ index : buildtools.git

author Michael Lotz <mmlr@mlotz.ch> 2009-02-06 22:05:19.0 +00:00:00
committer Michael Lotz <mmlr@mlotz.ch> 2009-02-06 22:05:19.0 +00:00:00
commit
2a214e38d2267434e504f61d493badbfe0faa354 [patch]
tree
624e135b0aecb99c7fdd991df2440c3f5cd47743
parent
db596da6711649b486655f64f460bff0b63060ff
download
2a214e38d2267434e504f61d493badbfe0faa354.tar.gz

Add missing support for ppc and m68k targets.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29141 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 gcc/libgcc/config.host | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/libgcc/config.host b/gcc/libgcc/config.host
index 133d956..28fb420 100644
--- a/gcc/libgcc/config.host
+++ b/gcc/libgcc/config.host
@@ -313,7 +313,7 @@
	;;
x86_64-*-freebsd*)
	;;
i[34567]86-*-haikuelf* | i[34567]86-*-haiku*)
i[34567]86-*-haiku*)
	;;
i[34567]86-*-netbsdelf*)
	;;
@@ -417,6 +417,8 @@
	;;
m68k-*-coff*)
	;;
m68k-*-haiku*)
	;;
m68020-*-elf* | m68k-*-elf*)
	;;
m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
@@ -494,6 +496,8 @@
powerpc64-*-darwin*)
	;;
powerpc*-*-freebsd*)
	;;
powerpc-*-haiku*)
	;;
powerpc-*-netbsd*)
	;;