mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/Bazel/CROSSTOOL.patch new file: b/Bazel/cc_configure.patch new file: l/libepoxy/libepoxy-1.4.3.eb modified: o/OpenMPI/OpenMPI-2.1.0-GCC-6.3.0-2.27.eb modified: o/OpenMPI/OpenMPI-2.1.1-GCC-7.1.0-2.28.eb new file: t/Tensorflow/Tensorflow-1.2.0-Python-3.6.1.eb new file: x/X11/X11-20160819-test.eb new file: x/X11/X11-20170314-test.eb new file: x/xf86-video-dummy/xf86-video-dummy-0.3.5.eb new file: x/xf86-video-fbdev/xf86-video-fbdev-0.4.4.eb new file: x/xorg-macros/xorg-macros-1.19.1.eb new file: x/xorg-server/xorg-server-1.19.3.eb
21 lines
1.0 KiB
Diff
21 lines
1.0 KiB
Diff
--- tools/cpp/cc_configure.bzl.orig 1980-01-01 00:00:00.000000000 +0100
|
|
+++ tools/cpp/cc_configure.bzl 2017-06-26 07:12:14.596089126 +0200
|
|
@@ -274,7 +274,7 @@
|
|
] if darwin else [
|
|
"-B" + str(repository_ctx.path(cc).dirname),
|
|
# Always have -B/usr/bin, see https://github.com/bazelbuild/bazel/issues/760.
|
|
- "-B/usr/bin",
|
|
+ "-B/apps/all/binutils/2.28-GCCcore-7.1.0/bin",
|
|
# Gold linker only? Can we enable this by default?
|
|
# "-Wl,--warn-execstack",
|
|
# "-Wl,--detect-odr-violations"
|
|
@@ -308,7 +308,7 @@
|
|
] + (["-Wthread-safety", "-Wself-assign"] if darwin else [
|
|
"-B" + _escape_string(str(repository_ctx.path(cc).dirname)),
|
|
# Always have -B/usr/bin, see https://github.com/bazelbuild/bazel/issues/760.
|
|
- "-B/usr/bin",
|
|
+ "-B/apps/all/binutils/2.28-GCCcore-7.1.0/bin",
|
|
]) + (
|
|
# Disable problematic warnings.
|
|
_add_option_if_supported(repository_ctx, cc, "-Wunused-but-set-parameter") +
|