⛏️ index : buildtools.git

author François Revol <revol@free.fr> 2009-05-30 19:27:42.0 +00:00:00
committer François Revol <revol@free.fr> 2009-05-30 19:27:42.0 +00:00:00
commit
40ef888cfd92dbf8242f1a5009f4140e18b937d4 [patch]
tree
ba8b0bce4d889dc9a4c4ec2b025fffa90137957f
parent
093b4f688a24d51d9e71fe074902f7dc916cd1f0
download
40ef888cfd92dbf8242f1a5009f4140e18b937d4.tar.gz

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

Diff

 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"