summaryrefslogtreecommitdiffstats
path: root/apps/plugins/plugins.make
AgeCommit message (Expand)AuthorFilesLines
2010-10-17add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.Teruaki Kawashima1-0/+1
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-4/+4
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-2/+2
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-2/+2
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz1-3/+3
2010-07-03Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...Frank Gevaerts1-0/+1
2010-01-24*.link: depends on config file where plugin buffer size is setRafaël Carré1-1/+2
2010-01-17change dependencies in make files:Teruaki Kawashima1-1/+1
2009-10-28Add Lua support to plugins MakefileMaurus Cuelenaere1-0/+5
2009-03-05Remove no longer used stuff.Jens Arnold1-4/+0
2009-03-04Use a static pattern rule to restrict the dependency on [pluginname].o to sin...Jens Arnold1-4/+10
2009-03-03Bring back -fdata-sections that got lost in the make system overhaul (r19146).Jens Arnold1-2/+2
2009-03-02Fix some slight inconsistencies.Jens Arnold1-2/+2
2009-03-02Calculate the optimal memory location for overlay plugins, and use plugin.lds...Jens Arnold1-12/+25
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2009-02-09make sure plugin.lds is not processed when building sims since it isn't used ...Daniel Stenberg1-0/+2
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis1-1/+5
2009-01-12Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg1-1/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20Make sure plugin directory exists before creating link file.Björn Stenberg1-0/+1
2008-11-20Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg1-1/+1
2008-11-20Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg1-0/+4
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-0/+76