aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-12-30 12:59:39 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2022-01-06 16:20:14 +0000
commit87bfe673a35be7a3546325708c44efe811ff1ab8 (patch)
treeeec456c81b5a3930b6c49503dacce93b2f7a09e0 /newlib
parent5a94ffd57a8d62fb54fed9db596ae33a03fb872b (diff)
downloadnewlib-87bfe673a35be7a3546325708c44efe811ff1ab8.zip
newlib-87bfe673a35be7a3546325708c44efe811ff1ab8.tar.gz
newlib-87bfe673a35be7a3546325708c44efe811ff1ab8.tar.bz2
newlib: README: libgloss no longer uses '--cygnus' automake option
Diffstat (limited to 'newlib')
-rw-r--r--newlib/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/README b/newlib/README
index f3b5104..f60b294 100644
--- a/newlib/README
+++ b/newlib/README
@@ -578,9 +578,6 @@ If you have regenerated a configure file or if you have modified a Makefile.am
file, you will need to regenerate the appropriate Makefile.in file(s).
For newlib, automake is a bit trickier.
-First of all, note that all the Makefile.in files in libgloss must be
-generated using the --cygnus option of automake.
-
Makefile.in files are generated from the nearest directory up the chain
which contains a configure.ac file. In most cases, this is the same
directory containing configure.ac, but there are exceptions.