aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-10-26 20:07:43 +0000
committerDoug Evans <devans@gcc.gnu.org>2015-10-26 20:07:43 +0000
commit59010ede558a8745e4ad439aa68fd1699fa1e77c (patch)
tree684725940ed6fd3b377734fa653fae3f0a86ceb2 /gcc/config
parent388902dab9e4b152931ed7c1b6923a43039b546d (diff)
downloadgcc-59010ede558a8745e4ad439aa68fd1699fa1e77c.zip
gcc-59010ede558a8745e4ad439aa68fd1699fa1e77c.tar.gz
gcc-59010ede558a8745e4ad439aa68fd1699fa1e77c.tar.bz2
* config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL.
From-SVN: r229392
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h
index 7bc87ab..a2094ce 100644
--- a/gcc/config/linux.h
+++ b/gcc/config/linux.h
@@ -174,6 +174,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define INCLUDE_DEFAULTS \
{ \
INCLUDE_DEFAULTS_MUSL_GPP \
+ INCLUDE_DEFAULTS_MUSL_LOCAL \
INCLUDE_DEFAULTS_MUSL_PREFIX \
INCLUDE_DEFAULTS_MUSL_CROSS \
INCLUDE_DEFAULTS_MUSL_TOOL \