]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-ada-link-new-libgnat.patch
- updated for 3.3 (not sure about interfac.o dependencies though)
[packages/gcc.git] / gcc-ada-link-new-libgnat.patch
CommitLineData
21f92a32
JB
1--- gcc-3.2.2/gcc/ada/Makefile.in.orig Fri Mar 7 11:02:33 2003
2+++ gcc-3.2.2/gcc/ada/Makefile.in Fri Mar 7 13:13:08 2003
3@@ -2420,33 +2420,33 @@
4 treeprs.ads : treeprs.adt sinfo.ads xtreeprs.adb
5 -$(MKDIR) bldtools
6 $(CP) $^ bldtools
7- (cd bldtools; gnatmake -q xtreeprs ; ./xtreeprs ../treeprs.ads )
8+ (cd bldtools; gnatmake -q xtreeprs -aO../rts ; ./xtreeprs ../treeprs.ads )
9
10 einfo.h : einfo.ads einfo.adb xeinfo.adb
11 -$(MKDIR) bldtools
12 $(CP) $^ bldtools
13- (cd bldtools; gnatmake -q xeinfo ; ./xeinfo ../einfo.h )
14+ (cd bldtools; gnatmake -q xeinfo -aO../rts ; ./xeinfo ../einfo.h )
15
16 sinfo.h : sinfo.ads xsinfo.adb
17 -$(MKDIR) bldtools
18 $(CP) $^ bldtools
19- (cd bldtools; gnatmake -q xsinfo ; ./xsinfo ../sinfo.h )
20+ (cd bldtools; gnatmake -q xsinfo -aO../rts ; ./xsinfo ../sinfo.h )
21
22 nmake.adb : sinfo.ads nmake.adt xnmake.adb
23 -$(MKDIR) bldtools
24 $(CP) $^ bldtools
25- (cd bldtools; gnatmake -q xnmake ; ./xnmake -b ../nmake.adb )
26+ (cd bldtools; gnatmake -q xnmake -aO../rts ; ./xnmake -b ../nmake.adb )
27
28 nmake.ads : sinfo.ads nmake.adt xnmake.adb
29 -$(MKDIR) bldtools
30 $(CP) $^ bldtools
31- (cd bldtools; gnatmake -q xnmake ; ./xnmake -s ../nmake.ads )
32+ (cd bldtools; gnatmake -q xnmake -aO../rts ; ./xnmake -s ../nmake.ads )
33
34 # We remove the generated .texi files to force regeneration.
35 doctools/xgnatug : xgnatug.adb
36 -$(MKDIR) doctools
37 $(CP) $^ doctools
38- (cd doctools ; gnatmake -q xgnatug)
39+ (cd doctools ; gnatmake -q xgnatug -aO../rts)
40 -rm gnat_ug_*.texi
41
42 # We cannot list the dependency on the xgnatug binary here because we
This page took 0.028435 seconds and 4 git commands to generate.