From: short <> Date: Mon, 25 Feb 2002 23:02:06 +0000 (+0000) Subject: Missing, needed for pic32 crt0 for m68k-pic32-coff-gcc-2.7.2.3-2 X-Git-Tag: uc_works1~36 X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=commitdiff_plain;h=f2cfd49e920cfff5a15ea44fc82d002306d07cb1 Missing, needed for pic32 crt0 for m68k-pic32-coff-gcc-2.7.2.3-2 --- diff --git a/gnokii/cleanup.c b/gnokii/cleanup.c new file mode 100644 index 0000000..e11b7c2 --- /dev/null +++ b/gnokii/cleanup.c @@ -0,0 +1,4 @@ +void _cleanup(void) +{ + /* hack for pic32 gcc */ +}