From 8ab613a5d4244f22d0a235527142e6eb4ba204c5 Mon Sep 17 00:00:00 2001 From: amiconn Date: Thu, 5 Mar 2009 07:40:10 +0000 Subject: [PATCH] Remove no longer used stuff. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20206 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugins.make | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 0d486c6fe..c4fe43c00 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -19,10 +19,6 @@ ROCKS := $(ROCKS1) PLUGINLIB := $(BUILDDIR)/apps/plugins/libplugin.a PLUGINLIB_SRC = $(call preprocess, $(APPSDIR)/plugins/lib/SOURCES) OTHER_SRC += $(PLUGINLIB_SRC) -# include gcc-support routines for linking first if in SOURCES -ifneq "$(findstring gcc-support.c,$(PLUGINLIB_SRC))" "" -GCCSUPPORT_OBJ := $(BUILDDIR)/apps/plugins/lib/gcc-support.o -endif PLUGINLIB_OBJ := $(PLUGINLIB_SRC:.c=.o) PLUGINLIB_OBJ := $(PLUGINLIB_OBJ:.S=.o) -- 2.11.4.GIT