Can now build usr.bin
[211bsd.git] / bin / as / n.sh
index 80c24f0..8ae14b4 100755 (executable)
@@ -4,5 +4,5 @@ HOSTCC="cc -g -Iinclude -Wall -Wno-char-subscripts -Wno-deprecated-declarations
 INSTALL="$ROOT/install.sh --strip-program=/bin/true"
 MANROFF="nroff -man"
 mkdir --parents "$ROOT/cross/bin"
-make CC="$CC" MANROFF="$MANROFF" SEPFLAG= && \
+make CC="$HOSTCC" MANROFF="$MANROFF" SEPFLAG= && \
 make INSTALL="$INSTALL" DESTDIR="$ROOT/cross" install