Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes more confusion than...
authorArnaud Charlet <charlet@gnat.com>
Tue, 4 Dec 2001 23:13:07 +0000 (23:13 +0000)
committerGeert Bosch <bosch@gcc.gnu.org>
Tue, 4 Dec 2001 23:13:07 +0000 (00:13 +0100)
* Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
more confusion than it solves.

From-SVN: r47630

gcc/ada/ChangeLog
gcc/ada/Makefile.adalib

index 8dfd58ae4d097b2f64b6aa3a7664a4af138157d5..015ad304f9264d64a7e0938f2d0c4f4b51fd2a77 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-04  Arnaud Charlet <charlet@gnat.com>
+
+       * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes 
+       more confusion than it solves.
+
 2001-12-04  Geert bosch <bosch@gnat.com>
 
        * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
index f96c4ee54c16938fef1b197a3cfa4b0590e9deaf..e43c1b6c82320f87030daea37141f0626ab180fe 100644 (file)
 # 2. Copy this Makefile from the standard Adalib directory, e.g.
 #    $ cp /usr/local/gnat/lib/gcc-lib/<target>/2.8.1/adalib/Makefile.adalib .
 #
-# 3. Copy or create a gnat.adc containing the configuration pragmas
-#    you want to use to build the library
-#    e.g. $ cp ~/gnat.adc gnat.adc
+# 3. If needed (e.g for pragma Normalize_Scalars), create a gnat.adc
+#    containing the configuration pragmas you want to use to build the library
+#    e.g. $ echo pragma Normalize_Scalars; > gnat.adc
+#    Note that this step is usually not needed, and most pragmas are not
+#    relevant to the GNAT run time. 
 #          
 # 4. Determine the values of the following MACROS
 #      ROOT   (location of GNAT installation, e.g /usr/local)