* patch 2.6.14-rt19
@ 2005-11-26 18:03 Sven-Thorsten Dietrich
0 siblings, 0 replies; only message in thread
From: Sven-Thorsten Dietrich @ 2005-11-26 18:03 UTC (permalink / raw)
To: Ingo Molnar
INgo,
FYI, this latest patch forces Makefile to default to x86-64:
Index: linux/Makefile
===================================================================
--- linux.orig/Makefile
+++ linux/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 14
-EXTRAVERSION =
+EXTRAVERSION = -rt19
NAME=Affluent Albatross
# *DOCUMENTATION*
@@ -189,8 +189,8 @@ SUBARCH := $(shell uname -m | sed -e s/i
# Default value for CROSS_COMPILE is not to prefix executables
# Note: Some architectures assign CROSS_COMPILE in their
arch/*/Makefile
-ARCH ?= $(SUBARCH)
-CROSS_COMPILE ?=
+ARCH = x86_64
+CROSS_COMPILE = x86_64-linux-
--
***********************************
Sven-Thorsten Dietrich
Real-Time Software Architect
MontaVista Software, Inc.
1237 East Arques Ave.
Sunnyvale, CA 94085
Phone: 408.992.4515
Fax: 408.328.9204
http://www.mvista.com
Platform To Innovate
***********************************
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-26 18:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-26 18:03 patch 2.6.14-rt19 Sven-Thorsten Dietrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®