diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2006-09-29 20:04:36 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2006-09-29 20:04:36 +0000 |
| commit | ce74dc074355dcf8db9bd0c09ee2624089d3c3e7 (patch) | |
| tree | 423ac7b5e98b4d7754e48b950160f638471c4ac8 /apps/plugins/rockboy | |
| parent | 64f949f2954db85968850f6e157e5c3b10df6b7d (diff) | |
| download | rockbox-ce74dc074355dcf8db9bd0c09ee2624089d3c3e7.zip rockbox-ce74dc074355dcf8db9bd0c09ee2624089d3c3e7.tar.gz rockbox-ce74dc074355dcf8db9bd0c09ee2624089d3c3e7.tar.bz2 rockbox-ce74dc074355dcf8db9bd0c09ee2624089d3c3e7.tar.xz | |
Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11095 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockboy')
| -rw-r--r-- | apps/plugins/rockboy/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/rockboy/Makefile b/apps/plugins/rockboy/Makefile index 91fdf67..b849c32 100644 --- a/apps/plugins/rockboy/Makefile +++ b/apps/plugins/rockboy/Makefile @@ -16,12 +16,6 @@ ifdef APPEXTRA INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) endif -ifeq ($(UNAME), Darwin) -SHARED_FLAG=-dynamiclib -Wl,-single_module -else -SHARED_FLAG=-shared -endif - LINKFILE := $(OBJDIR)/link.lds DEPFILE = $(OBJDIR)/dep-rockboy SRC = cpu.c emu.c events.c exports.c fastmem.c hw.c lcd.c lcdc.c loader.c \ |