changeset 23986:82903387bbf4

Give the cpuinfo binary the right suffix $_exesuf
author reimar
date Fri, 03 Aug 2007 17:22:31 +0000
parents 140cf1a3a7d6
children 9ea121c8e2df
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Aug 03 17:14:38 2007 +0000
+++ b/configure	Fri Aug 03 17:22:31 2007 +0000
@@ -1522,8 +1522,8 @@
 elif x86; then
   # all other OSes try to extract CPU information from a small helper
   # program cpuinfo instead
-  $_cc -o cpuinfo cpuinfo.c
-  _cpuinfo="./cpuinfo"
+  $_cc -o cpuinfo$_exesuf cpuinfo.c
+  _cpuinfo="./cpuinfo$_exesuf"
 fi
 
 if x86 ; then