
* various fixes for macOS high sierra * add macOS_version() helper function * flake8 fixes * update oce and trilinos * fix bison
13 lines
689 B
Diff
13 lines
689 B
Diff
diff -uNr gcc-7.2.0.orig/libstdc++-v3/include/Makefile.in gcc-7.2.0/libstdc++-v3/include/Makefile.in
|
|
--- gcc-7.2.0.orig/libstdc++-v3/include/Makefile.in 2017-07-25 14:05:07.000000000 -0400
|
|
+++ gcc-7.2.0/libstdc++-v3/include/Makefile.in 2017-09-02 12:22:08.000000000 -0400
|
|
@@ -1764,6 +1764,8 @@
|
|
@GLIBCXX_HOSTED_TRUE@install-data-local: install-headers
|
|
@GLIBCXX_HOSTED_FALSE@install-data-local: install-freestanding-headers
|
|
|
|
+.NOTPARALLEL: install-headers
|
|
+
|
|
# This is a subset of the full install-headers rule. We only need <ciso646>,
|
|
# <cstddef>, <cfloat>, <limits>, <climits>, <cstdint>, <cstdlib>, <new>,
|
|
# <typeinfo>, <exception>, <initializer_list>, <cstdalign>, <cstdarg>,
|