SPECS: alsa-driver.spec - added hack for gcc 3.3 on alpha (-fno-sc...
qboosh
qboosh at pld-linux.org
Thu Dec 29 17:56:56 CET 2005
Author: qboosh Date: Thu Dec 29 16:56:56 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added hack for gcc 3.3 on alpha (-fno-schedule-insns)
---- Files affected:
SPECS:
alsa-driver.spec (1.171 -> 1.172)
---- Diffs:
================================================================
Index: SPECS/alsa-driver.spec
diff -u SPECS/alsa-driver.spec:1.171 SPECS/alsa-driver.spec:1.172
--- SPECS/alsa-driver.spec:1.171 Thu Dec 29 07:35:14 2005
+++ SPECS/alsa-driver.spec Thu Dec 29 17:56:50 2005
@@ -70,6 +70,8 @@
%else
%define addflags %{nil}
%endif
+# schedule-insns causes gcc 3.3 to "cannot find register in class REG_27" in asihpi.c
+%define specflags_alpha -fno-schedule-insns
%description
Advanced Linux Sound Architecture driver. Driver is fully compatible
@@ -317,6 +319,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.172 2005/12/29 16:56:50 qboosh
+- added hack for gcc 3.3 on alpha (-fno-schedule-insns)
+
Revision 1.171 2005/12/29 06:35:14 qboosh
- added noebus patch (EBUS support needs ebus.h from Linux 2.6.x)
- sparc64 needs --undeclared-regs passed to as
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/alsa-driver.spec?r1=1.171&r2=1.172&f=u
More information about the pld-cvs-commit
mailing list