From 74c84fe61297c06f93221bee213665070793a531 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 7 Jan 1993 14:42:37 -0800 Subject: [PATCH] (specs): Use GCC_FOR_TARGET. From-SVN: r3151 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 99b75406148..75b5896fe08 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -489,7 +489,7 @@ xgcc: gcc.o version.o $(LIBDEPS) # Dump a specs file to make -B./ read these specs over installed ones. specs: xgcc - ./xgcc -dumpspecs > specs + $(GCC_FOR_TARGET) -dumpspecs > specs # We do want to create an executable named `xgcc', so we can use it to # compile libgcc2.a. -- 2.30.2