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;
} else {
offset += c;
count += c;
length -= c;

View File

@ -203,7 +203,7 @@ endif
ifeq ($(arch),arm)
asm = arm
pointer-size = 4
cflags += -Wno-psabi
cflags += -marm -Wno-psabi
ifneq ($(arch),$(build-arch))
cxx = arm-linux-gnueabi-g++