Minor doc edit.
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Sep 2017 14:44:04 +0000 (16:44 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Sep 2017 14:44:04 +0000 (16:44 +0200)
From-SVN: r251901

gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst

index 258494fd07efd9ad93cc74926f18ad8facfd601c..7cadacbc6ad4b80b3ba7cd0dc13e2d6d1e84f73e 100644 (file)
@@ -3159,9 +3159,14 @@ preprocessing in a file, either run ``gnatprep``
 in standalone mode or else supply the :switch:`-gnateG` switch
 (described below) to the compiler.
 
-The ``gnatmake`` switch :switch:`-s` should be used with integrated
-preprocessing; otherwise the use of a different preprocessor data file
-without changing the sources will not cause recompilation.
+When using project files:
+
+   *    the builder switch :switch:`-x` should be used if any Ada source is
+        compiled with :switch:`gnatep=`, so that the compiler finds the
+        *preprocessor data file*.
+
+   *    the preprocessing data file and the symbol definition files should be
+        located in the source directories of the project.
 
 Note that the ``gnatmake`` switch :switch:`-m` will almost
 always trigger recompilation for sources that are preprocessed,