[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] FreeeMiNT and new GemLib
Miro Kropáček wrote:
MiKRO, you have removed the libgem16 stuff from the MiNTLib (which was a
good thing), but there are still references in FreeMiNT. That should be
fixed.
Well, as you say, I removed stuff from mintlib, this is gemlib -- this was
removed a long time ago if I recall correctly... strange it pops out right now.
Since no one fixed that, here is a patch to allow building XaAES with modern
tools. I have not tested the resulting binary.
Alan, please commit.
- libgem.patch
Replaced the usage of the obsolete libgem16 by libgem. Contributed by
Vincent Riviere.
--
Vincent Rivière
diff -x CVS -aurN freemint.orig/xaaes/src.km/Makefile.objs freemint/xaaes/src.km/Makefile.objs
--- freemint.orig/xaaes/src.km/Makefile.objs 2011-03-13 09:47:00.750000000 +0100
+++ freemint/xaaes/src.km/Makefile.objs 2011-03-24 00:09:27.437500000 +0100
@@ -45,7 +45,7 @@
CFLAGS-xa_user_things.s = -m68000
LD = $(CC) -nostdlib -Wl,--entry -Wl,_init
-LIBS = -lgem16 $(LIBKERN) -lgcc
+LIBS = -lgem $(LIBKERN) -lgcc
STRIPFLAGS =
# default definitions