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

Remove old snapshot CFG_LIBDIR_RELATIVE-ignoring hack. #32262

Closed
wants to merge 1 commit into from

Conversation

Projects
None yet
2 participants
@eddyb
Copy link
Member

eddyb commented Mar 15, 2016

Unbreaks the build for distributions which use --libdir=/usr/lib64, resulting in CFG_LIBDIR_RELATIVE=lib64 (fixes #32261).

r? @alexcrichton


else

ifeq ($(1),0)
HLIB_RELATIVE$(1)_H_$(3) = lib
else

This comment has been minimized.

@alexcrichton

alexcrichton Mar 15, 2016

Member

I seem to recall these are still required because the stage0 compiler is always configured with --libdir=lib.

This comment has been minimized.

@eddyb

eddyb Mar 15, 2016

Author Member

It seemed to work for @shlomif, though, with the snapshot used by the 1.7.0 release.

This comment has been minimized.

@alexcrichton

alexcrichton Mar 15, 2016

Member

Hm I was unable to reproduce the errors, so I want to dig a little more into what's going on here.

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Mar 19, 2016

Closing due to this comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.