diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-01-07 14:42:37 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-01-07 14:42:37 -0800 |
commit | 74c84fe61297c06f93221bee213665070793a531 (patch) | |
tree | c03820087e7d48378e4aa9769b4b4aa286dcc2aa | |
parent | 8f80892b66bc19f4a2a2ba14b74d9efe667897af (diff) | |
download | gcc-74c84fe61297c06f93221bee213665070793a531.zip gcc-74c84fe61297c06f93221bee213665070793a531.tar.gz gcc-74c84fe61297c06f93221bee213665070793a531.tar.bz2 |
(specs): Use GCC_FOR_TARGET.
From-SVN: r3151
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 99b7540..75b5896 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. |