Browse Source

32-bit version of libgcc

Jorge Aparicio 8 years ago
parent
commit
b409422782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ci/install.sh

+ 1 - 1
ci/install.sh

@@ -40,7 +40,7 @@ install_c_toolchain() {
             ;;
         i586-unknown-linux-gnu)
             apt-get install -y --no-install-recommends \
-                    gcc libc6-dev-i386 libgcc1
+                    gcc libc6-dev-i386 lib32gcc1
             ;;
         mips-unknown-linux-gnu)
             apt-get install -y --no-install-recommends \