aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-12-22 13:38:50 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-12-22 13:38:50 -0500
commit964ceda1db0b52bb14da47fea846a8c893f849d7 (patch)
treed60c3ef63133ea0afc78f82344ae09a0b45d5b35 /gcc
parent4da617d8829dacb2cb45d63e269690baeca68149 (diff)
downloadgcc-964ceda1db0b52bb14da47fea846a8c893f849d7.zip
gcc-964ceda1db0b52bb14da47fea846a8c893f849d7.tar.gz
gcc-964ceda1db0b52bb14da47fea846a8c893f849d7.tar.bz2
(gcc.o): Define DEFAULT_TARGET_VERSION.
From-SVN: r6263
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 61615c8..e6dfe6e 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -910,6 +910,7 @@ gcc.o: gcc.c $(CONFIG_H) gvarargs.h config.status
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DSTANDARD_STARTFILE_PREFIX=\"$(libdir)/\" \
-DSTANDARD_EXEC_PREFIX=\"$(libdir)/gcc-lib/\" \
+ -DDEFAULT_TARGET_VERSION=\"$(version)\" \
-DDEFAULT_TARGET_MACHINE=\"$(target)\" \
-DTOOLDIR_BASE_PREFIX=\"$(exec_prefix)/\" \
-DTOOLDIR=\"$(tooldir)/\" \