public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] arch/ia64/config.in syntax error (2001-02-28 patch)
@ 2001-03-01 14:44 John Kohl
  0 siblings, 0 replies; only message in thread
From: John Kohl @ 2001-03-01 14:44 UTC (permalink / raw)
  To: linux-ia64

This patch fixes a syntax error (bad line break) in arch/ia64/config.in
(so that PTCG gets set properly):

--- config.in~	Thu Mar  1 09:32:43 2001
+++ arch/ia64/config.in	Thu Mar  1 09:41:05 2001
@@ -57,8 +57,7 @@
 	if [ "$CONFIG_ITANIUM_CSTEP_SPECIFIC" = "y" ]; then
 	  bool '   Enable Itanium C0-step specific code' CONFIG_ITANIUM_C0_SPECIFIC
 	fi
-	if [ "$CONFIG_ITANIUM_ASTEP_SPECIFIC" = "y" -o "$CONFIG_ITANIUM_B0_SPECIFIC" = "y"
-	     -o "$CONFIG_ITANIUM_B1_SPECIFIC" = "y" -o "$CONFIG_ITANIUM_B2_SPECIFIC" = "y" ]; then
+	if [ "$CONFIG_ITANIUM_ASTEP_SPECIFIC" = "y" -o "$CONFIG_ITANIUM_B0_SPECIFIC" = "y" -o "$CONFIG_ITANIUM_B1_SPECIFIC" = "y" -o "$CONFIG_ITANIUM_B2_SPECIFIC" = "y" ]; then
 	  define_bool CONFIG_ITANIUM_PTCG n
 	else
 	  define_bool CONFIG_ITANIUM_PTCG y

-- 
=John Kohl <jtk@rational.com>, Senior Staff Software Engineer
Rational Software, Configuration Management Business Unit
Mark your calendars!  Rational User Conference 2001, July 22-26, 2001
in beautiful Denver, Colorado


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-01 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-01 14:44 [Linux-ia64] arch/ia64/config.in syntax error (2001-02-28 patch) John Kohl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox