[Debootloaders-devel] r183 - trunk/emile/debian
Wouter Verhelst
wouter at alioth.debian.org
Sun Nov 19 16:02:06 CET 2006
Author: wouter
Date: 2006-11-19 16:02:06 +0100 (Sun, 19 Nov 2006)
New Revision: 183
Modified:
trunk/emile/debian/changelog
trunk/emile/debian/control
trunk/emile/debian/rules
Log:
Resulting package failed to boot my IIci :-(
Reverting to GCC 3.3
Modified: trunk/emile/debian/changelog
===================================================================
--- trunk/emile/debian/changelog 2006-11-09 08:25:09 UTC (rev 182)
+++ trunk/emile/debian/changelog 2006-11-19 15:02:06 UTC (rev 183)
@@ -10,7 +10,7 @@
* Make emile-bootblocks a versioned depends, using the proper dpkg-substvars
variable.
* Fix build system in debian/rules.
- * Remove -Werror from CFLAGS, and build with 'gcc' rather than 'gcc-3.3'
+ * Remove -Werror from CFLAGS
* Replace '.chip' assembly directives by '.cpu', which works with binutils
2.17
Modified: trunk/emile/debian/control
===================================================================
--- trunk/emile/debian/control 2006-11-09 08:25:09 UTC (rev 182)
+++ trunk/emile/debian/control 2006-11-19 15:02:06 UTC (rev 183)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debootloaders EMILE Maintainers Team <debootloaders-emile at lists.alioth.debian.org>
Uploaders: Wouter Verhelst <wouter at debian.org>, Stephen R. Marenka <smarenka at debian.org>, Aurélien GÉRÔME <ag at roxor.cx>
-Build-Depends: debhelper (>> 4.1.16), docbook-to-man, gcc
+Build-Depends: debhelper (>> 4.1.16), docbook-to-man, gcc-3.3
Build-Depends-Indep: m68k-linux-gcc [!m68k]
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/debootloaders/trunk/emile/
Modified: trunk/emile/debian/rules
===================================================================
--- trunk/emile/debian/rules 2006-11-09 08:25:09 UTC (rev 182)
+++ trunk/emile/debian/rules 2006-11-19 15:02:06 UTC (rev 183)
@@ -11,9 +11,9 @@
# Add here commands to compile the package.
ifeq ($(DEB_BUILD_ARCH),m68k)
- $(MAKE) CC=gcc M68K_CC=$(M68K_CC)
+ $(MAKE) CC=gcc-3.3 M68K_CC=$(CC)
else
- $(MAKE) CC=gcc tools docs
+ $(MAKE) CC=gcc-3.3 tools docs
endif
touch build-stamp
More information about the Debootloaders-devel
mailing list