From 0c69a83253d0014d8eb402a6933900b0b3925ae1 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 5 Mar 2009 07:40:10 +0000 Subject: 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(-) (limited to 'apps/plugins/plugins.make') diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 0d486c6fe3..c4fe43c007 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) -- cgit v1.2.3