/trunk/JavaSerial/NativeCode/Linux/arm/libjavaserial.so |
Property changes: |
Added: svn:executable |
## -0,0 +1 ## |
+* |
\ No newline at end of property |
Added: svn:mime-type |
## -0,0 +1 ## |
+application/octet-stream |
\ No newline at end of property |
Index: JavaSerial/NativeCode/Linux/i386/libjavaserial.so |
=================================================================== |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: JavaSerial/NativeCode/Linux/i386/libjavaserial.so |
=================================================================== |
--- JavaSerial/NativeCode/Linux/i386/libjavaserial.so (nonexistent) |
+++ JavaSerial/NativeCode/Linux/i386/libjavaserial.so (revision 102) |
/JavaSerial/NativeCode/Linux/i386/libjavaserial.so |
Property changes: |
Added: svn:executable |
## -0,0 +1 ## |
+* |
\ No newline at end of property |
Added: svn:mime-type |
## -0,0 +1 ## |
+application/octet-stream |
\ No newline at end of property |
Index: JavaSerial/NativeCode/Linux/amd64/libjavaserial.so |
=================================================================== |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: JavaSerial/NativeCode/Linux/amd64/libjavaserial.so |
=================================================================== |
--- JavaSerial/NativeCode/Linux/amd64/libjavaserial.so (nonexistent) |
+++ JavaSerial/NativeCode/Linux/amd64/libjavaserial.so (revision 102) |
/JavaSerial/NativeCode/Linux/amd64/libjavaserial.so |
Property changes: |
Added: svn:executable |
## -0,0 +1 ## |
+* |
\ No newline at end of property |
Added: svn:mime-type |
## -0,0 +1 ## |
+application/octet-stream |
\ No newline at end of property |
Index: JavaSerial/NativeCode/Makefile |
=================================================================== |
--- JavaSerial/NativeCode/Makefile (revision 101) |
+++ JavaSerial/NativeCode/Makefile (revision 102) |
@@ -63,7 +63,7 @@ |
# Main targets |
# |
linux: SerialPortImpl.o |
- gcc -o libjavaserial.so $(ARCH) -shared -Wl,-soname,libjavaserial.so -I$(JNI_INCLUDE_DIR) -I$(JNI_INCLUDE_DIR)/linux -lc $(OBJFILES) |
+ $(CC) -o libjavaserial.so $(ARCH) -shared -Wl,-soname,libjavaserial.so -I$(JNI_INCLUDE_DIR) -I$(JNI_INCLUDE_DIR)/linux -lc $(OBJFILES) |
linux-32: |
$(MAKE) ARCH="-m32" |