File gcc34-deb-amd64-specs.patch of Package gcc3
# DP: On x86-64 use 64bits mode assembly except with -m32.
--- src/gcc/config/i386/x86-64.h.old 2002-11-16 14:33:38.000000000 +0100
+++ src/gcc/config/i386/x86-64.h 2003-11-26 22:54:35.000000000 +0100
@@ -49,7 +49,7 @@
#undef ASM_SPEC
#define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \
- %{Wa,*:%*} %{m32:--32}"
+ %{Wa,*:%*} %{m32:--32} %{!m32:--64}"
/* A C statement (sans semicolon) to output to the stdio stream
FILE the assembler definition of uninitialized global DECL named