Mailinglist Archive: opensuse-bugs (6884 mails)
| < Previous | Next > |
[Bug 255890] New: `arch/x86_64/boot/compressed/head.o' is incompatible with i386 output
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 19 Mar 2007 14:51:08 -0600 (MDT)
- Message-id: <bug-255890-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=255890
Summary: `arch/x86_64/boot/compressed/head.o' is incompatible
with i386 output
Product: SUSE Linux 10.1
Version: Final
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
AssignedTo: kernel-maintainers@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: Curt.Blank@xxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
Without the patch below compiling a kernel has a problem. This is with 10.1 and
the latest kernel sources, kernel-source-2.6.16.27-0.9. I am surprised that
this has not been patched in the SuSE distribution since it was signed off by
Andi Kleen <ak at suse.de> back in September of 2006 here:
https://www.x86-64.org/pipermail/patches/2006-September/003434.html
*** linux/arch/x86_64/boot/compressed/Makefile.org Sun Mar 19 23:53:29
2006
--- linux/arch/x86_64/boot/compressed/Makefile Sat Mar 17 21:26:43 2007
***************
*** 8,12 ****
targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o
piggy.o
! EXTRA_AFLAGS := -traditional -m32
# cannot use EXTRA_CFLAGS because base CFLAGS contains -mkernel which
conflicts with
--- 8,13 ----
targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o
piggy.o
! EXTRA_AFLAGS := -traditional
! AFLAGS := $(subst -m64,-m32,$(AFLAGS))
# cannot use EXTRA_CFLAGS because base CFLAGS contains -mkernel which
conflicts with
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Summary: `arch/x86_64/boot/compressed/head.o' is incompatible
with i386 output
Product: SUSE Linux 10.1
Version: Final
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
AssignedTo: kernel-maintainers@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: Curt.Blank@xxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
Without the patch below compiling a kernel has a problem. This is with 10.1 and
the latest kernel sources, kernel-source-2.6.16.27-0.9. I am surprised that
this has not been patched in the SuSE distribution since it was signed off by
Andi Kleen <ak at suse.de> back in September of 2006 here:
https://www.x86-64.org/pipermail/patches/2006-September/003434.html
*** linux/arch/x86_64/boot/compressed/Makefile.org Sun Mar 19 23:53:29
2006
--- linux/arch/x86_64/boot/compressed/Makefile Sat Mar 17 21:26:43 2007
***************
*** 8,12 ****
targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o
piggy.o
! EXTRA_AFLAGS := -traditional -m32
# cannot use EXTRA_CFLAGS because base CFLAGS contains -mkernel which
conflicts with
--- 8,13 ----
targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o
piggy.o
! EXTRA_AFLAGS := -traditional
! AFLAGS := $(subst -m64,-m32,$(AFLAGS))
# cannot use EXTRA_CFLAGS because base CFLAGS contains -mkernel which
conflicts with
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |