diff options
author | Doug Evans <dje@google.com> | 2015-10-26 20:07:43 +0000 |
---|---|---|
committer | Doug Evans <devans@gcc.gnu.org> | 2015-10-26 20:07:43 +0000 |
commit | 59010ede558a8745e4ad439aa68fd1699fa1e77c (patch) | |
tree | 684725940ed6fd3b377734fa653fae3f0a86ceb2 | |
parent | 388902dab9e4b152931ed7c1b6923a43039b546d (diff) | |
download | gcc-59010ede558a8745e4ad439aa68fd1699fa1e77c.zip gcc-59010ede558a8745e4ad439aa68fd1699fa1e77c.tar.gz gcc-59010ede558a8745e4ad439aa68fd1699fa1e77c.tar.bz2 |
* config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL.
From-SVN: r229392
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/linux.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f90887f..9eb9f6c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-10-26 Doug Evans <dje@google.com> + + * config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL. + 2015-10-26 Eric Botcazou <ebotcazou@adacore.com> * match.pd (fold_widened_comparison): Apply simplifications to all 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 \ |