Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cross-i686 compiler: keep sysroot /lib symlink #14401

Closed
wants to merge 2 commits into from

Commits on Sep 11, 2019

  1. cross-i686-pc-linux-gnu-libc: keep sysroot /lib symlink

    firefox-esr 68.1.0 complains:
    
    > 0:06.67 DEBUG: | /usr/lib/gcc/i686-pc-linux-gnu/9.2.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find /lib/libc.so.6 inside /usr/i686-pc-linux-gnu
    > 0:06.67 DEBUG: | /usr/lib/gcc/i686-pc-linux-gnu/9.2.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find /lib/ld-linux.so.2 inside /usr/i686-pc-linux-gnu
    sgn committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    e42c9b6 View commit details
    Browse the repository at this point in the history
  2. cross-i686-linux-musl-libc: keep sysroot /lib symlink

    firefox-esr 68.1.0 complains:
    
    > 0:06.67 DEBUG: | /usr/lib/gcc/i686-pc-linux-gnu/9.2.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find /lib/libc.so.6 inside /usr/i686-pc-linux-gnu
    > 0:06.67 DEBUG: | /usr/lib/gcc/i686-pc-linux-gnu/9.2.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find /lib/ld-linux.so.2 inside /usr/i686-pc-linux-gnu
    
    [skip ci]
    sgn committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    3c1d485 View commit details
    Browse the repository at this point in the history