Browse Source

mic-configure: work on host before mic to avoid having exported variables for mic being used for host

Nathalie Furmento 12 years ago
parent
commit
dbebd18c93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mic-configure

+ 1 - 1
mic-configure

@@ -51,7 +51,7 @@ else
     compiler="gcc"
     compiler="gcc"
 fi
 fi
 
 
-for arch in mic host
+for arch in host mic
 do
 do
 	# We call the configure script from a build directory further in the
 	# We call the configure script from a build directory further in the
 	# arborescence
 	# arborescence