Package: gcc-4.5 Severity: important Tags: patch Hello,
gcc-4.5 FTBFS on hurd-i386 because hurd-changes.diff needs a small update, see attached patch. Samuel -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Samuel Thibault <samuel.thiba...@fnac.net> I am the "ILOVEGNU" signature virus. Just copy me to your signature. This email was infected under the terms of the GNU General Public License.
Index: debian/patches/hurd-changes.diff =================================================================== --- debian/patches/hurd-changes.diff (révision 4126) +++ debian/patches/hurd-changes.diff (copie de travail) @@ -41,9 +41,9 @@ i[34567]86-*-darwin* | x86_64-*-darwin* | \ i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \ + i[34567]86-*-gnu* | \ - i[34567]86-*-linux* | x86_64-*-linux*) + i[34567]86-*-linux* | x86_64-*-linux* | \ + i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*) if test "${host_address}" = 32; then - tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp" --- a/src/gcc/config/gnu.h +++ b/src/gcc/config/gnu.h @@ -30,7 +30,8 @@ along with GCC. If not, see <http://www.gnu.org/licenses/>.