Commit e59b3387 by Arnaud Charlet Committed by Geert Bosch

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
parent db3acfa5
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> 2001-12-04 Geert bosch <bosch@gnat.com>
* einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate. * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
......
...@@ -12,9 +12,11 @@ ...@@ -12,9 +12,11 @@
# 2. Copy this Makefile from the standard Adalib directory, e.g. # 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 . # $ 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 # 3. If needed (e.g for pragma Normalize_Scalars), create a gnat.adc
# you want to use to build the library # containing the configuration pragmas you want to use to build the library
# e.g. $ cp ~/gnat.adc gnat.adc # 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 # 4. Determine the values of the following MACROS
# ROOT (location of GNAT installation, e.g /usr/local) # ROOT (location of GNAT installation, e.g /usr/local)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment