aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-07-06 17:07:37 +0000
committerJim Wilson <wilson@gcc.gnu.org>2018-07-06 10:07:37 -0700
commit6cd6119c421211c989f53f6d4e457d7523bdacf5 (patch)
tree7f81cb9f44d021b54f96f080ec83cd7c0da2425b /gcc/ada/gcc-interface
parent1e736a9531b7ffda4fef17e70b33b6410efd98f7 (diff)
downloadgcc-6cd6119c421211c989f53f6d4e457d7523bdacf5.zip
gcc-6cd6119c421211c989f53f6d4e457d7523bdacf5.tar.gz
gcc-6cd6119c421211c989f53f6d4e457d7523bdacf5.tar.bz2
Makefile patches from initial RISC-V cross/native build.
* Make-generated.in (treeprs.ads): Use $(GNATMAKE) instead of gnatmake. (einfo.h, sinfo.h, stamp-snames, stamp-nmake): Likewise. * gcc-interface/Makefile.in (xoscons): Likewise. From-SVN: r262481
Diffstat (limited to 'gcc/ada/gcc-interface')
-rw-r--r--gcc/ada/gcc-interface/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in
index 9a52e6d..601f23a 100644
--- a/gcc/ada/gcc-interface/Makefile.in
+++ b/gcc/ada/gcc-interface/Makefile.in
@@ -613,7 +613,7 @@ OSCONS_EXTRACT=$(OSCONS_CC) $(GNATLIBCFLAGS_FOR_C) -S s-oscons-tmplt.i
-$(MKDIR) ./bldtools/oscons
$(RM) $(addprefix ./bldtools/oscons/,$(notdir $^))
$(CP) $^ ./bldtools/oscons
- (cd ./bldtools/oscons ; gnatmake -q xoscons)
+ (cd ./bldtools/oscons ; $(GNATMAKE) -q xoscons)
$(RTSDIR)/s-oscons.ads: ../stamp-gnatlib1-$(RTSDIR) s-oscons-tmplt.c gsocket.h ./bldtools/oscons/xoscons
$(RM) $(RTSDIR)/s-oscons-tmplt.i $(RTSDIR)/s-oscons-tmplt.s