mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
93d5c89d22
GCC cross-compiler for the m68k. PR: 7220 (3 of 5) Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com>
19 lines
418 B
Plaintext
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!
|
|
|