1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/gcc-m68k/files/patch-aa
Steve Price 93d5c89d22 Initial import of m68kgcc version 2.8.1.
GCC cross-compiler for the m68k.

PR:		7220 (3 of 5)
Submitted by:	Jerry Hicks <jhicks@glenatl.glenayre.com>
1998-08-09 01:35:38 +00:00

19 lines
418 B
Plaintext

--- scan-types.sh.orig Tue Jul 7 19:36:58 1998
+++ scan-types.sh Tue Jul 7 19:38:39 1998
@@ -14,6 +14,7 @@
# using sed to search for typedefs in the output.
cat >st-dummy.c <<!EOF!
+#if 0 /* WE DON'T HAVE THESE UNTIL NEWLIB HAS BEEN INSTALLED!!! */
#include <sys/types.h>
#include <stddef.h>
#include <stdarg.h>
@@ -27,6 +28,7 @@
#endif
#ifdef va_list
typedef va_list XXXva_list;
+#endif
#endif
!EOF!