summaryrefslogtreecommitdiffstats
path: root/apps/plugins
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-03-05 07:40:10 +0000
committerJens Arnold <amiconn@rockbox.org>2009-03-05 07:40:10 +0000
commit0c69a83253d0014d8eb402a6933900b0b3925ae1 (patch)
treec65771a65c7902c45c97c9fe2e38fde95829629b /apps/plugins
parentf82c9449121617386884b3047fba3e18a1c7bc76 (diff)
downloadrockbox-0c69a83253d0014d8eb402a6933900b0b3925ae1.tar.gz
rockbox-0c69a83253d0014d8eb402a6933900b0b3925ae1.zip
Remove no longer used stuff.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20206 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/plugins.make4
1 files changed, 0 insertions, 4 deletions
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)