Merge branch 'oss-master' into dev

This commit is contained in:
Joel Dice 2011-02-08 19:08:41 -07:00
commit 8fdd547922
2 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ public class BufferedInputStream extends InputStream {
} }
break; break;
} else { } else {
offset += c;
count += c; count += c;
length -= c; length -= c;

View File

@ -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++