Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
ffabbfb0
Commit
ffabbfb0
authored
Mar 09, 2015
by
Alexandre Duret-Lutz
Browse files
* debian/rules: Do not hard-code the path to the LTO plugin.
parent
5adec919
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
ffabbfb0
...
...
@@ -21,7 +21,9 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --parallel --with=python3
LTOPLUG = /usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so
# Find the LTO plugin, which we need to pass to ar, nm, and ranlib.
LTOPLUG := $(shell gcc -v 2>&1 | \
sed -n 's:COLLECT_LTO_WRAPPER=\(/.*/\)[^/]*:\1:p')liblto_plugin.so
# ARFLAGS is for Automake
# AR_FLAGS is for Libtool
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment