mirror of
https://github.com/corda/corda.git
synced 2025-06-06 01:11:45 +00:00
Merge branch 'oss-master' into dev
This commit is contained in:
commit
8fdd547922
@ -66,6 +66,7 @@ public class BufferedInputStream extends InputStream {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
offset += c;
|
||||||
count += c;
|
count += c;
|
||||||
length -= c;
|
length -= c;
|
||||||
|
|
||||||
|
2
makefile
2
makefile
@ -203,7 +203,7 @@ endif
|
|||||||
ifeq ($(arch),arm)
|
ifeq ($(arch),arm)
|
||||||
asm = arm
|
asm = arm
|
||||||
pointer-size = 4
|
pointer-size = 4
|
||||||
cflags += -Wno-psabi
|
cflags += -marm -Wno-psabi
|
||||||
|
|
||||||
ifneq ($(arch),$(build-arch))
|
ifneq ($(arch),$(build-arch))
|
||||||
cxx = arm-linux-gnueabi-g++
|
cxx = arm-linux-gnueabi-g++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user