From: Arnaud Charlet Date: Tue, 4 Dec 2001 23:13:07 +0000 (+0000) Subject: Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes more confusion than... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e59b3387bd519a8edc290b7451bb0560c8865630;p=gcc.git 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 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 8dfd58ae4d0..015ad304f92 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2001-12-04 Arnaud Charlet + + * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes + more confusion than it solves. + 2001-12-04 Geert bosch * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate. diff --git a/gcc/ada/Makefile.adalib b/gcc/ada/Makefile.adalib index f96c4ee54c1..e43c1b6c823 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//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)