From fbf6e7d0a4d8f0d31ba107c1ff9d5f79cbeec172 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Sun, 17 Oct 2010 05:33:29 +0000 Subject: [PATCH] arch/m68k-all: libgcc1 is not common to all m68k ports Only m68k-mac appears to need it, and that port already has a #MM dependency for it. Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@34790 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/m68k-all/clib/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k-all/clib/mmakefile.src b/arch/m68k-all/clib/mmakefile.src index 3316f29d91..efbc6f3036 100644 --- a/arch/m68k-all/clib/mmakefile.src +++ b/arch/m68k-all/clib/mmakefile.src @@ -13,7 +13,7 @@ USER_AFLAGS := -I$(GENINCDIR) arch=m68k \ asmfiles="vfork vfork_longjmp" -#MM linklibs-clib-m68k : linklibs-gcc1-m68000 includes-asm_h-m68k +#MM linklibs-clib-m68k : includes-asm_h-m68k %common -- 2.11.4.GIT