diff --git a/architecture/x86/archtest.sh b/architecture/x86/archtest.sh index 7d72183d8..11e03c415 100644 --- a/architecture/x86/archtest.sh +++ b/architecture/x86/archtest.sh @@ -11,6 +11,7 @@ if [ "$ROCKCFG_X86_BITS" = 32 ] ; then arch_machine="i686" ;; esac else + arch_sizeof_long=8 arch_sizeof_char_p=8 arch_machine="x86_64" fi