diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-14 19:10:45 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-14 19:10:45 +0000 |
commit | 8f71bf1d543bc7f8060e71577454e7cf1283fe57 (patch) | |
tree | b6cfbdffaad259ea4ff8c43d7e1e9abb33446d1f /libiberty/README | |
parent | f65e414240ee016cf507291d503077291abd3616 (diff) | |
download | gcc-8f71bf1d543bc7f8060e71577454e7cf1283fe57.tar.gz |
Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
* cplus-dem.c (demangle_signature): Don't look for return types on
constructors. Handle member template constructors.
and update from devo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15901 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/README')
-rw-r--r-- | libiberty/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libiberty/README b/libiberty/README index 5081bbac196..92dc202929b 100644 --- a/libiberty/README +++ b/libiberty/README @@ -11,10 +11,9 @@ Current members include: We expect many of the GNU subroutines that are floating around to eventually arrive here. -To build the library, do: - - ./configure HOSTTYPE - make +The library must be configured from the top source directory. Don't +try to run configure in this directory. Follow the configuration +instructions in ../README. Please report bugs and fixes to "bug-gnu-utils@prep.ai.mit.edu". Thank you. |