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.