Projects
home:gber:branches:Games
mame
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 11
View file
mame.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri May 9 10:51:35 UTC 2014 - gber@opensuse.org + +- fix gold usage on < 13.1 + +------------------------------------------------------------------- Thu May 8 17:05:25 UTC 2014 - gber@opensuse.org - update to version 0.153
View file
mame.spec
Changed
@@ -101,6 +101,13 @@ sed -i "s/__DATE__/${DATE}/g" src/version.c %build +%if 0%{?suse_version} < 1310 +mkdir gcc +ln -s /usr/bin/gold ./gcc/ld +GOLD_FLAG="-B${PWD}/gcc" +%else +GOLD_FLAG="-fuse-ld=gold" +%endif make %{?_smp_mflags} \ BUILD_EXPAT=0 \ BUILD_ZLIB=0 \ @@ -120,9 +127,9 @@ NOWERROR=1 \ AR="%{__ar}" \ CC="%{__cc}" \ - LD="%{__cxx} -fuse-ld=gold" \ + LD="%{__cxx} ${GOLD_FLAG}" \ RM="%{__rm} -f" \ - OPT_FLAGS="%{optflags} -fno-strict-aliasing -DINI_PATH='\"%{_sysconfdir}/mame;\"' -fuse-ld=gold" \ + OPT_FLAGS="%{optflags} -fno-strict-aliasing -DINI_PATH='\"%{_sysconfdir}/mame;\"' ${GOLD_FLAG}" \ FULLNAME="mame" \ TARGET="mame" \ SUBTARGET="mame" \ @@ -147,9 +154,9 @@ NOWERROR=1 \ AR="%{__ar}" \ CC="%{__cc}" \ - LD="%{__cxx} -fuse-ld=gold" \ + LD="%{__cxx} ${GOLD_FLAG}" \ RM="%{__rm} -f" \ - OPT_FLAGS="%{optflags} -fno-strict-aliasing -DINI_PATH='\"%{_sysconfdir}/mess;\"' -fuse-ld=gold" \ + OPT_FLAGS="%{optflags} -fno-strict-aliasing -DINI_PATH='\"%{_sysconfdir}/mess;\"' ${GOLD_FLAG}" \ FULLNAME="mess" \ TARGET="mess" \ SUBTARGET="mess" \
View file
_constraints
Changed
@@ -5,7 +5,7 @@ <size unit="G">2</size> </memory> <disk> - <size unit="G">9</size> + <size unit="G">10</size> </disk> </hardware> </constraints>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.