comparison configure @ 13055:73f18d9f0ca9

portability fix taken from the NetBSD patch set
author diego
date Thu, 19 Aug 2004 17:18:06 +0000
parents 4072143b84f6
children 13dd2667381d
comparison
equal deleted inserted replaced
13054:f1c32aac49e5 13055:73f18d9f0ca9
870 _march='' 870 _march=''
871 _mcpu='' 871 _mcpu=''
872 _optimizing='' 872 _optimizing=''
873 ;; 873 ;;
874 874
875 x86_64) 875 x86_64|amd64)
876 _def_arch='#define ARCH_X86_64 1' 876 _def_arch='#define ARCH_X86_64 1'
877 _target_arch='TARGET_ARCH_X86_64 = yes' 877 _target_arch='TARGET_ARCH_X86_64 = yes'
878 iproc='x86_64' 878 iproc='x86_64'
879 proc='' 879 proc=''
880 _march='' 880 _march=''