diff --git a/output64/dll/libco.so b/output64/dll/libco.so new file mode 100644 index 0000000000..8be4a5459f Binary files /dev/null and b/output64/dll/libco.so differ diff --git a/waterbox/libco/Makefile b/waterbox/libco/Makefile index 82e3f337b8..a99acecd99 100644 --- a/waterbox/libco/Makefile +++ b/waterbox/libco/Makefile @@ -31,11 +31,10 @@ all: $(TARGET) .PHONY: clean all -$(TARGET).in : $(OBJS) $(AOBJS) +$(TARGET): $(OBJS) $(AOBJS) $(CC) -o $@ $(LDFLAGS) $(CCFLAGS) $(OBJS) $(AOBJS) - -$(TARGET): $(TARGET).in - strip $< -o $@ -R /4 -R /14 -R /29 -R /41 -R /55 -R /67 -R /78 -R /89 -R /104 + mv $(TARGET) $(TARGET).in + strip $(TARGET).in -o $(TARGET) -R /4 -R /14 -R /29 -R /41 -R /55 -R /67 -R /78 -R /89 -R /104 clean: rm -rf $(OBJ_DIR) diff --git a/waterbox/libco/libco.so b/waterbox/libco/libco.so index f88632c019..8be4a5459f 100644 Binary files a/waterbox/libco/libco.so and b/waterbox/libco/libco.so differ diff --git a/waterbox/libsnes/Makefile b/waterbox/libsnes/Makefile index e70c77c5cd..4f0bb16418 100644 --- a/waterbox/libsnes/Makefile +++ b/waterbox/libsnes/Makefile @@ -12,6 +12,7 @@ CCFLAGS:= -DHOOKS -DBIZHAWK -DPROFILE_COMPATIBILITY -DGAMEBOY \ -Wno-parentheses -Wno-sign-compare \ -Wno-unused-variable -Wno-unused-function \ -fvisibility=hidden \ + -fno-threadsafe-statics \ -std=c++0x \ -O0 -g