Bug: host target for SLA4x is do, not tsunami...

This commit is contained in:
Jean-Paul Chaput 2005-10-04 16:20:38 +00:00
parent 1d9eac35e8
commit 7b7fb1015a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: attila.conf,v 1.12 2005/10/03 14:53:16 jpc Exp $ # $Id: attila.conf,v 1.13 2005/10/04 16:20:38 jpc Exp $
# #
# -*- Mode: Shell-script -*- # -*- Mode: Shell-script -*-
# #
@ -34,7 +34,7 @@
LINUX_FC2_CC="gcc" LINUX_FC2_CC="gcc"
LINUX_FC2_CXX="g++" LINUX_FC2_CXX="g++"
LINUX_SLA4x_TARGET="tsunami" LINUX_SLA4x_TARGET="do"
LINUX_SLA4x_CC="gcc" LINUX_SLA4x_CC="gcc"
LINUX_SLA4x_CXX="g++" LINUX_SLA4x_CXX="g++"