diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:56:20 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:56:20 -0800 |
commit | 6bf56493b8e9caa705d041add17ed655fd51bdf1 (patch) | |
tree | 590e22d4f6d53bb9e818e90ae4f5a4bde5f71996 | |
parent | 9cfda00055a8bf7dc5aeaadfa944d74fe59724d9 (diff) | |
download | gcc-6bf56493b8e9caa705d041add17ed655fd51bdf1.zip gcc-6bf56493b8e9caa705d041add17ed655fd51bdf1.tar.gz gcc-6bf56493b8e9caa705d041add17ed655fd51bdf1.tar.bz2 |
(libgcc2.a, stdarg.h): Delete rules.
From-SVN: r6951
-rw-r--r-- | gcc/config/i386/x-next | 5 | ||||
-rw-r--r-- | gcc/config/m68k/x-next | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/i386/x-next b/gcc/config/i386/x-next index 81d2f3f..a16b918 100644 --- a/gcc/config/i386/x-next +++ b/gcc/config/i386/x-next @@ -1,8 +1,3 @@ # 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 diff --git a/gcc/config/m68k/x-next b/gcc/config/m68k/x-next index 81d2f3f..a16b918 100644 --- a/gcc/config/m68k/x-next +++ b/gcc/config/m68k/x-next @@ -1,8 +1,3 @@ # 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 |