Skip to content
Snippets Groups Projects
Commit 112df929 authored by Nic Henke's avatar Nic Henke
Browse files

ia64 needs make vmlinux on 2.6-suse, and it works on rhel-2.4 as well

parent d0e96366
No related branches found
No related tags found
No related merge requests found
...@@ -351,7 +351,7 @@ build_kernel() ...@@ -351,7 +351,7 @@ build_kernel()
i386 | i586 | i686 | athlon | x86_64) i386 | i586 | i686 | athlon | x86_64)
$MAKE_J "$MAKE_CC" bzImage || fatal 1 "Error making bzImage." $MAKE_J "$MAKE_CC" bzImage || fatal 1 "Error making bzImage."
;; ;;
ppc | ppc64) ia64 | ppc | ppc64)
$MAKE_J "$MAKE_CC" vmlinux || fatal 1 "Error making vmlinux." $MAKE_J "$MAKE_CC" vmlinux || fatal 1 "Error making vmlinux."
;; ;;
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment