[Bug 568552] New: cross-binutils 28093
http://bugzilla.novell.com/show_bug.cgi?id=568552 http://bugzilla.novell.com/show_bug.cgi?id=568552#c0 Summary: cross-binutils 28093 Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: All OS/Version: Linux Status: NEW Severity: Enhancement Priority: P5 - None Component: Development AssignedTo: ro@novell.com ReportedBy: jengelh@medozas.de QAContact: qa@suse.de CC: rguenther@novell.com Found By: Beta-Customer Blocker: --- Request to submit (sri28093): home:jengelh:branches:devel:gcc/binutils -> devel:gcc/binutils Source revision: 3 Message: Misc changes; please see .changes ===================== --- binutils.changes @@ -1,0 +2,9 @@ +Thu Dec 31 19:52:20 CET 2009 - jengelh@medozas.de + +- define missing %_TARGET_OS macro +- cross-target: set libdir=%_prefix/%TARGET_OS/%_lib so that + installing multiple cross-binutils won't have clashing files +- use _smp_mflags over hardcoded %jobs +- add sparc64 to pre_checkin.sh ===================== --- binutils.spec @@ -405,12 +405,15 @@ EXTRA_TARGETS="$EXTRA_TARGETS,hppa64-suse-linux" %endif %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu" +%define TARGET_OS %{TARGET} TARGET_OS=%{TARGET} %else +%define TARGET_OS %{TARGET}-linux TARGET_OS=%{TARGET}-linux %endif ../configure CFLAGS="${RPM_OPT_FLAGS}" \ --prefix=%{_prefix} \ + --libdir=%{_prefix}/%{TARGET_OS}/%{_lib} \ --with-bugurl=http://bugs.opensuse.org/ \ --with-pkgversion="GNU Binutils; %{DIST}" \ --disable-nls \ -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568552 http://bugzilla.novell.com/show_bug.cgi?id=568552#c1 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com --- Comment #1 from Jan Engelhardt <jengelh@medozas.de> 2010-01-06 13:17:13 UTC --- rguenther declined sri28093: I belive this will break our icecream setup which expects the cross-binutils to reside at fixed locations (the cross-binutils are really only for icecream). Please coordinate with people who know how this works (I suspect coolo, matz and ro). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568552 http://bugzilla.novell.com/show_bug.cgi?id=568552#c2 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matz@novell.com --- Comment #2 from Jan Engelhardt <jengelh@medozas.de> 2010-01-06 13:18:13 UTC --- I think cross-binutils is quite usable outside of icecream. The only file moved is /opt/cross/%_lib/libiberty.a. Should be ok, or not? Adding Ccs. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568552 http://bugzilla.novell.com/show_bug.cgi?id=568552#c Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ro@novell.com |rguenther@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568552 http://bugzilla.novell.com/show_bug.cgi?id=568552#c Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|rguenther@novell.com |matz@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568552 http://bugzilla.novell.com/show_bug.cgi?id=568552#c3 Michael Matz <matz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Michael Matz <matz@novell.com> 2010-01-13 14:20:59 UTC --- This file is useless for cross binutils anyway and supposed to be removed. The appropriate rm commands simply used the wrong paths (also for removal of man and info pages). Fixed in devel:gcc. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568552 http://bugzilla.novell.com/show_bug.cgi?id=568552#c Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com