[kernel/f15] * Thu Sep 22 2011 Dennis Gilmore <dennis at ausil.us> - build a vmlinux image on sparc64

Dennis Gilmore ausil at fedoraproject.org
Thu Sep 22 21:36:25 UTC 2011


commit eae267fb0472df2ba9d7ad76f099f591656a5def
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Sep 22 16:35:46 2011 -0500

    * Thu Sep 22 2011 Dennis Gilmore <dennis at ausil.us>
    - build a vmlinux image on sparc64

 kernel.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index f5e468f..fb60811 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -308,8 +308,8 @@ Summary: The Linux kernel
 %ifarch sparc64
 %define asmarch sparc
 %define all_arch_configs kernel-%{version}-sparc64*.config
-%define make_target image
-%define kernel_image arch/sparc/boot/image
+%define make_target vmlinux
+%define kernel_image vmlinux
 %define image_install_path boot
 %define with_perf 0
 %endif
@@ -1869,6 +1869,9 @@ fi
 # and build.
 
 %changelog
+* Thu Sep 22 2011 Dennis Gilmore <dennis at ausil.us>
+- build a vmlinux image on sparc64 
+
 * Thu Sep 15 2011 Josh Boyer <jwboyer at redhat.com>
 - CVE-2011-3191: cifs: fix possible memory corruption in CIFSFindNext
 


More information about the scm-commits mailing list