Hi, i patched my gcc with pgcc for pentium processors. Now my build architecture is i586. To compile some debian packages with dpkg-buildpackage -B i made changes for correct working with dpkg. First i changed the archtable file in dpkg sourcedir and after recompiling i changed %archtable in /usr/bin/dpkg-architecture. There are two problems now they could have the same cause.
1. By typing dpkg --print-architecture there is this message: dpkg: warning , architecture ´i586´ not in mapping table 2. By using dpkg-buildpackage -B there is a warning that i586 does not match buildarchitecture ........ falling back to native compilation. Do you have some idea what i can do to fix this? Greetings of Matthias