Updated to xorg compilation flags
[hvlinux.git] / stage0 / cis-gcc-pass2
index 22923c3..4ec8626 100755 (executable)
@@ -10,15 +10,11 @@ source ../packages-list
 apply_patch ${1}-branch_update-1.patch ${1}
 
 case "${HVL_TARGET}" in
-    "x86*")
+    *)
         TARGET_CONFIGURE_OPTS="--with-ppl=/cross-tools \
             --with-cloog=/cross-tools \
             --disable-multilib"
         ;;
-    arm*)
-        # Removing workaround for uClibc
-        echo "" > /tools/include/limits.h
-        ;;
 esac
 
 case "${HVL_TARGET}" in