From 1183512494cf8f3ca0b5460808d563ec0f8f14ec Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sat, 3 May 2008 09:16:49 +0000 Subject: [PATCH] config.gcc (need_64bit_hwint): Document libcpp dependency. 2008-05-02 David S. Miller * config.gcc (need_64bit_hwint): Document libcpp dependency. From-SVN: r134898 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f33e88cfdb5..02055e57e0d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-02 David S. Miller + + * config.gcc (need_64bit_hwint): Document libcpp dependency. + 2008-05-02 Simon Baldwin PR bootstrap/36108 diff --git a/gcc/config.gcc b/gcc/config.gcc index c951000ccaf..00cd60c0244 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -141,6 +141,8 @@ # need_64bit_hwint Set to yes if HOST_WIDE_INT must be 64 bits wide # for this target. This is true iff this target # supports "long" or "wchar_t" wider than 32 bits. +# The setting made here must match the one made in +# other locations such as libcpp/configure.ac # # configure_default_options # Set to an initializer for configure_default_options -- 2.30.2