[parisc-linux-cvs] linux-2.6 tausq
Randolph Chung
randolph at tausq.org
Wed Oct 27 17:21:53 MDT 2004
> Modified files:
> . : Makefile
>
> Log message:
> Fix 64-bit compiles with older compilers
i sent this to linux-kernel and Linus as well.
Index: Makefile
===================================================================
RCS file: /var/cvs/linux-2.6/Makefile,v
retrieving revision 1.281
diff -u -p -r1.281 Makefile
--- Makefile 27 Oct 2004 21:23:19 -0000 1.281
+++ Makefile 27 Oct 2004 23:16:30 -0000
@@ -494,10 +494,10 @@ ifdef CONFIG_DEBUG_INFO
CFLAGS += -g
endif
+include $(srctree)/arch/$(ARCH)/Makefile
+
# warn about C99 declaration after statement
CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
-
-include $(srctree)/arch/$(ARCH)/Makefile
# Default kernel image to build when no specific target is given.
# KBUILD_IMAGE may be overruled on the commandline or
More information about the parisc-linux-cvs
mailing list