⛏️ index : buildtools.git

author Jérôme Duval <korli@users.berlios.de> 2009-05-06 20:34:18.0 +00:00:00
committer Jérôme Duval <korli@users.berlios.de> 2009-05-06 20:34:18.0 +00:00:00
commit
093b4f688a24d51d9e71fe074902f7dc916cd1f0 [patch]
tree
987888e42bd8561af0e3abcd527a66d97210c916
parent
257de429327943bde32512cd7447c32a729ce86c
download
093b4f688a24d51d9e71fe074902f7dc916cd1f0.tar.gz

Applied patch for arm haiku target from Johannes Wischert (bug #3633) The cross tools build still needs the arm specific headers in Haiku to complete (bug #3763)

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

Diff

 gcc/gcc/config.gcc         | 1 -
 gcc/gcc/config/arm/haiku.h | 3 +++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/gcc/config.gcc b/gcc/gcc/config.gcc
index d1bbf88..4fe00b0 100644
--- a/gcc/gcc/config.gcc
+++ b/gcc/gcc/config.gcc
@@ -737,7 +737,6 @@
	tmake_file="${tmake_file} t-haiku arm/t-arm arm/t-arm-elf"
	tm_file="dbxelf.h elfos.h haiku.h arm/elf.h arm/aout.h arm/haiku.h arm/arm.h"
	tm_defines="USE_GAS"
	use_fixproto=yes
	;;
arm*-*-linux*)			# ARM GNU/Linux with ELF
	tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
diff --git a/gcc/gcc/config/arm/haiku.h b/gcc/gcc/config/arm/haiku.h
index 3275d4b..1a21890 100644
--- a/gcc/gcc/config/arm/haiku.h
+++ b/gcc/gcc/config/arm/haiku.h
@@ -21,7 +21,8 @@

#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (ARM Haiku/ELF)");

#undef ASM_COMMENT_START
#define ASM_COMMENT_START "@"
/* Unsigned chars produces much better code than signed.  */
#define DEFAULT_SIGNED_CHAR  0