aboutsummaryrefslogtreecommitdiff
path: root/libiberty/README
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1997-10-14 15:10:45 -0400
committerJason Merrill <jason@gcc.gnu.org>1997-10-14 15:10:45 -0400
commit19ddc834bc1ebc4e7cb7aa053cb815b3c6cc1115 (patch)
treeb6cfbdffaad259ea4ff8c43d7e1e9abb33446d1f /libiberty/README
parente66d884e7b29d16a098c881bc8b577f2b39d3ca6 (diff)
downloadgcc-19ddc834bc1ebc4e7cb7aa053cb815b3c6cc1115.zip
gcc-19ddc834bc1ebc4e7cb7aa053cb815b3c6cc1115.tar.gz
gcc-19ddc834bc1ebc4e7cb7aa053cb815b3c6cc1115.tar.bz2
cplus-dem.c (demangle_signature): Don't look for return types on constructors.
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. From-SVN: r15901
Diffstat (limited to 'libiberty/README')
-rw-r--r--libiberty/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/libiberty/README b/libiberty/README
index 5081bba..92dc202 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.