* (bug #4271) FreeBSD fixes (Dominic Fandrey)

This commit is contained in:
Tim Angus 2010-01-07 19:53:52 +00:00
parent 6f9b34ef75
commit 240b25a41f
2 changed files with 46 additions and 38 deletions

View file

@ -200,7 +200,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef __i386__
#define ARCH_STRING "i386"
#elif defined __amd64__
#define ARCH_STRING "x86_64"
#define ARCH_STRING "amd64"
#elif defined __axp__
#define ARCH_STRING "alpha"
#endif