mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
Some small cleanup before pull request
This commit is contained in:
parent
24ba96192c
commit
57f50ca7ea
13
makefile
13
makefile
@ -180,7 +180,8 @@ ifneq ($(android),)
|
|||||||
-DJNI_JARJAR_PREFIX= \
|
-DJNI_JARJAR_PREFIX= \
|
||||||
-D__DARWIN_UNIX03=1 \
|
-D__DARWIN_UNIX03=1 \
|
||||||
-D__PROVIDE_FIXMES \
|
-D__PROVIDE_FIXMES \
|
||||||
-g3
|
-g3 \
|
||||||
|
-Werror
|
||||||
|
|
||||||
luni-cpps := $(shell find $(luni-native) -name '*.cpp')
|
luni-cpps := $(shell find $(luni-native) -name '*.cpp')
|
||||||
|
|
||||||
@ -202,7 +203,7 @@ ifneq ($(android),)
|
|||||||
icu-libs := $(android)/external/icu4c/lib/sicuin.a \
|
icu-libs := $(android)/external/icu4c/lib/sicuin.a \
|
||||||
$(android)/external/icu4c/lib/sicuuc.a \
|
$(android)/external/icu4c/lib/sicuuc.a \
|
||||||
$(android)/external/icu4c/lib/sicudt.a
|
$(android)/external/icu4c/lib/sicudt.a
|
||||||
platform-lflags := -lgdi32 -lshell32
|
platform-lflags := -lgdi32
|
||||||
else
|
else
|
||||||
crypto-cpps := $(crypto-native)/org_conscrypt_NativeCrypto.cpp
|
crypto-cpps := $(crypto-native)/org_conscrypt_NativeCrypto.cpp
|
||||||
android-cflags += -fPIC -DHAVE_SYS_UIO_H
|
android-cflags += -fPIC -DHAVE_SYS_UIO_H
|
||||||
@ -775,10 +776,10 @@ ifeq ($(platform),windows)
|
|||||||
endif
|
endif
|
||||||
cxx = x86_64-w64-mingw32-g++ $(mflag)
|
cxx = x86_64-w64-mingw32-g++ $(mflag)
|
||||||
cc = x86_64-w64-mingw32-gcc $(mflag)
|
cc = x86_64-w64-mingw32-gcc $(mflag)
|
||||||
dlltool = dlltool
|
dlltool = x86_64-w64-mingw32-dlltool
|
||||||
ar = ar
|
ar = x86_64-w64-mingw32-ar
|
||||||
ranlib = ranlib
|
ranlib = x86_64-w64-mingw32-ranlib
|
||||||
strip = strip
|
strip = x86_64-w64-mingw32-strip
|
||||||
inc = "$(win64)/include"
|
inc = "$(win64)/include"
|
||||||
lib = "$(win64)/lib"
|
lib = "$(win64)/lib"
|
||||||
else
|
else
|
||||||
|
@ -2336,9 +2336,6 @@ Avian_java_util_concurrent_atomic_AtomicLong_VMSupportsCS8
|
|||||||
|
|
||||||
void register_java_io_Console(_JNIEnv*) { }
|
void register_java_io_Console(_JNIEnv*) { }
|
||||||
void register_java_lang_ProcessManager(_JNIEnv*) { }
|
void register_java_lang_ProcessManager(_JNIEnv*) { }
|
||||||
//void register_libcore_io_OsConstants(_JNIEnv*) { }
|
|
||||||
//void register_libcore_io_AsynchronousCloseMonitor(_JNIEnv*) { }
|
|
||||||
//void register_libcore_io_Posix(_JNIEnv*) { }
|
|
||||||
void register_libcore_net_RawSocket(_JNIEnv*) { }
|
void register_libcore_net_RawSocket(_JNIEnv*) { }
|
||||||
void register_org_apache_harmony_xnet_provider_jsse_NativeCrypto(_JNIEnv*) { }
|
void register_org_apache_harmony_xnet_provider_jsse_NativeCrypto(_JNIEnv*) { }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user