public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* ia64 breakage in current -git
@ 2006-06-27  8:06 Andrew Morton
  2006-06-29 18:42 ` David Mosberger-Tang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andrew Morton @ 2006-06-27  8:06 UTC (permalink / raw)
  To: linux-ia64



fyi, Linus's current tree is bust on ia64 - you get a lot of link-time
warnings about missing __udivdi3 and things.

The below will get things going again.

diff -puN Makefile~revert-ignore-makes-built-in-rules-variables Makefile
--- a/Makefile~revert-ignore-makes-built-in-rules-variables
+++ a/Makefile
@@ -276,9 +276,9 @@ MAKEFLAGS += --include-dir=$(srctree)
 # We need some generic definitions
 include  $(srctree)/scripts/Kbuild.include
 
-# Do not use make's built-in rules and variables
-# This increases performance and avoid hard-to-debug behavour
-MAKEFLAGS += -rR
+# For maximum performance (+ possibly random breakage, uncomment
+# the following)
+#MAKEFLAGS += -rR
 
 # Make variables (CC, etc...)
 
_


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-07-01  6:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27  8:06 ia64 breakage in current -git Andrew Morton
2006-06-29 18:42 ` David Mosberger-Tang
2006-06-30 22:43 ` Sam Ravnborg
2006-06-30 22:48 ` Sam Ravnborg
2006-07-01  3:46 ` David Mosberger-Tang
2006-07-01  6:34 ` Sam Ravnborg

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