From 40ef888cfd92dbf8242f1a5009f4140e18b937d4 Mon Sep 17 00:00:00 2001 From: François Revol Date: Sat, 30 May 2009 19:27:42 +0000 Subject: [PATCH] Remove USE_GAS as for other platforms since it's deprecated, as suggested by umccullough, please shout if it breaks anything. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@30931 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- gcc/gcc/config.gcc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/gcc/config.gcc b/gcc/gcc/config.gcc index 4fe00b0..6d2607a 100644 --- a/gcc/gcc/config.gcc +++ b/gcc/gcc/config.gcc @@ -736,7 +736,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" ;; 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" @@ -1648,7 +1647,7 @@ default_cf_cpu=5206 tmake_file="m68k/t-m68kbare m68k/t-crtstuff t-haiku" #?? tm_file="${tm_file} dbxelf.h elfos.h haiku.h m68k/haiku.h" - tm_defines="MOTOROLA USE_GAS" + tm_defines="${tm_defines} MOTOROLA=1" ;; mcore-*-elf) tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h" -- gitore 0.2.2