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
This commit is contained in:
Jérôme Duval 2009-05-06 20:34:18 +00:00
parent 257de42932
commit 093b4f688a
2 changed files with 2 additions and 2 deletions

View File

@ -737,7 +737,6 @@ arm*-*-haiku*)
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"

View File

@ -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