aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-11-06 08:27:28 +0000
committerRichard Stallman <rms@gnu.org>1992-11-06 08:27:28 +0000
commitb10248a326209bbc1814e02c8300502e4de672c5 (patch)
tree995b7d6bb7658c2a4e45b28876525b4d4e0e00e1
parent0fb5a69e445e26c74103b56eaa7266f146dceacb (diff)
downloadgcc-b10248a326209bbc1814e02c8300502e4de672c5.zip
gcc-b10248a326209bbc1814e02c8300502e4de672c5.tar.gz
gcc-b10248a326209bbc1814e02c8300502e4de672c5.tar.bz2
(libgcc2.a, stdarg.h): New rules.
From-SVN: r2701
-rw-r--r--gcc/config/m68k/x-next5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/m68k/x-next b/gcc/config/m68k/x-next
index a16b918..81d2f3f 100644
--- a/gcc/config/m68k/x-next
+++ b/gcc/config/m68k/x-next
@@ -1,3 +1,8 @@
# Make assignments for compiling on NeXT with their compiler version.
CC=cc -traditional-cpp
OLDCC=cc -traditional-cpp
+
+libgcc2.a: stdarg.h
+
+stdarg.h:
+ cp $(srcdir)/gstdarg.h ./stdarg.h