From 59010ede558a8745e4ad439aa68fd1699fa1e77c Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 26 Oct 2015 20:07:43 +0000 Subject: [PATCH] * config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL. From-SVN: r229392 --- gcc/ChangeLog | 4 ++++ gcc/config/linux.h | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f90887f84b3..9eb9f6c414f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-10-26 Doug Evans + + * config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL. + 2015-10-26 Eric Botcazou * match.pd (fold_widened_comparison): Apply simplifications to all diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 7bc87ab2f8a..a2094ce7fa8 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 \ -- 2.30.2