aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gnat.com>2001-12-04 23:13:07 +0000
committerGeert Bosch <bosch@gcc.gnu.org>2001-12-05 00:13:07 +0100
commite59b3387bd519a8edc290b7451bb0560c8865630 (patch)
tree1f4c12a32c90ade5b8943dab8b1f469b0cb29edd
parentdb3acfa5476e5af834fee38ad8e1b193a8f018dc (diff)
downloadgcc-e59b3387bd519a8edc290b7451bb0560c8865630.zip
gcc-e59b3387bd519a8edc290b7451bb0560c8865630.tar.gz
gcc-e59b3387bd519a8edc290b7451bb0560c8865630.tar.bz2
Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes more confusion than it solves.
* Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes more confusion than it solves. From-SVN: r47630
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/Makefile.adalib8
2 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 8dfd58a..015ad30 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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.
diff --git a/gcc/ada/Makefile.adalib b/gcc/ada/Makefile.adalib
index f96c4ee..e43c1b6 100644
--- a/gcc/ada/Makefile.adalib
+++ b/gcc/ada/Makefile.adalib
@@ -12,9 +12,11 @@
# 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)