[Git][reproducible-builds/reproducible-presentations][master] Debconf18: default gcc now supports -fmacro-prefix-map in sid/buster.
Vagrant Cascadian
gitlab at salsa.debian.org
Thu Aug 2 05:08:34 CEST 2018
Vagrant Cascadian pushed to branch master at Reproducible Builds / reproducible-presentations
Commits:
7f93f7ac by Vagrant Cascadian at 2018-08-02T03:07:25Z
Debconf18: default gcc now supports -fmacro-prefix-map in sid/buster.
- - - - -
1 changed file:
- 2018-08-02-DebConf18/index.html
Changes:
=====================================
2018-08-02-DebConf18/index.html
=====================================
--- a/2018-08-02-DebConf18/index.html
+++ b/2018-08-02-DebConf18/index.html
@@ -387,7 +387,7 @@ int main() {
</pre>
<div class="fragment" />
<hr />
- <pre>$ /usr/lib/gcc-snapshot/bin/gcc -o main <strong>/home/user</strong>/main.c
+ <pre>$ gcc -o main <strong>/home/user</strong>/main.c
</pre></div>
<div class="fragment" />
<pre>$ strings main | grep ^/
@@ -404,7 +404,7 @@ int main() {
</pre>
<div class="fragment" />
<br />
- <pre>$ /usr/lib/gcc-snapshot/bin/gcc -o main <strong>-fmacro-prefix-map=/home/user=/build</strong> /home/user/main.c
+ <pre>$ gcc -o main <strong>-fmacro-prefix-map=/home/user=/build</strong> /home/user/main.c
</pre></div>
<div class="fragment" />
<pre>$ strings main | grep ^/
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/commit/7f93f7ac81bd8be1fe3d96a640f06368b0bd4e78
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/commit/7f93f7ac81bd8be1fe3d96a640f06368b0bd4e78
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180802/bbc3eea9/attachment.html>
More information about the rb-commits
mailing list