aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2021-11-26 11:06:36 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2021-12-02 16:26:32 +0000
commitc9dd01314d8467e3f6615b6e800ba25706d70320 (patch)
tree97e79710d354caf94da2ede31bf5da00266721cf /gcc
parent96d9ca7053c02c0ee031de9589c1b3df545fe969 (diff)
downloadgcc-c9dd01314d8467e3f6615b6e800ba25706d70320.zip
gcc-c9dd01314d8467e3f6615b6e800ba25706d70320.tar.gz
gcc-c9dd01314d8467e3f6615b6e800ba25706d70320.tar.bz2
[Ada] Add warning in comment about files copied from libgnat
gcc/ada/ * gcc-interface/Make-lang.in (ADA_GENERATED_FILES): Add warning.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/gcc-interface/Make-lang.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/gcc-interface/Make-lang.in b/gcc/ada/gcc-interface/Make-lang.in
index c01945b..911deb7 100644
--- a/gcc/ada/gcc-interface/Make-lang.in
+++ b/gcc/ada/gcc-interface/Make-lang.in
@@ -1181,6 +1181,10 @@ ada/mdll-utl.o : ada/mdll-utl.adb ada/mdll.ads ada/mdll-utl.ads ada/sdefault.ads
# All generated files. Perhaps we should build all of these in the same
# subdirectory, and get rid of ada/bldtools.
+# Warning: the files starting with ada/gnat.ads are not really generated,
+# instead they are copied from the libgnat subdirectory of the source tree
+# during all the stages of the bootstrap, i.e. including stage #1, which
+# means that they still need to be compilable by the base compiler.
ADA_GENERATED_FILES = \
ada/sinfo.h ada/einfo.h ada/nmake.adb ada/nmake.ads \
ada/snames.ads ada/snames.adb ada/snames.h \