~ubuntu-branches/debian/sid/adabrowse/sid

« back to all changes in this revision

Viewing changes to ad-setup.ads

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2006-08-08 23:48:07 UTC
  • mfrom: (2.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20060808234807-u76f3ful3n21w0qs
Tags: 4.0.2-5

* debian/control: add alpha, remove mips and mipsel.
* Recompile now that asis is available on all architectures.
  Closes: #373247.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
pragma License (GPL);
3
 
 
4
 
package AD.Setup is
5
 
 
6
 
   pragma Pure;
7
 
 
8
 
   GNAT_Name : constant String;
9
 
 
10
 
private
11
 
 
12
 
   GNAT_Name : constant String :=
13
 
     "gnatgcc";
14
 
 
15
 
end AD.Setup;
 
1
--  This file has been automatically generated.
 
2
 
 
3
pragma License (GPL);
 
4
 
 
5
package AD.Setup is
 
6
 
 
7
   pragma Pure;
 
8
 
 
9
   GNAT_Name : constant String;
 
10
 
 
11
private
 
12
 
 
13
   GNAT_Name : constant String :=
 
14
     "gcc";
 
15
 
 
16
end AD.Setup;