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

gcc: cleanup lib installation #1

Conversation

tonytheodore
Copy link

See:

But I don't understand why additional make $(1).build/libcc1' is needed

libcc1 isn't in gcc-4.9, but a similar issue exists with shared libgcc. It's better to install correctly and remove erroneous files rather than moving them in case parallel builds write the same files.

Probably moving DLLs is needed for shared target only (and can be done without - in that case).

Done

Are they really needed in both locations?

No, they are no longer copied - gcc will find them using it's normal search path.

starius added a commit that referenced this pull request Nov 15, 2015
@starius starius merged commit 44ad791 into LuaAndC:downgrade-gcc-to-4-9 Nov 15, 2015
@starius
Copy link
Member

starius commented Nov 15, 2015

Thanks!

@tonytheodore tonytheodore deleted the LuaAndC-downgrade-gcc-to-4-9 branch November 16, 2015 00:33
starius pushed a commit that referenced this pull request Feb 21, 2016
starius pushed a commit that referenced this pull request Apr 10, 2016
improvements of djvulibre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants