blob: 453a3c1f718442a4eaabe32c2a3d41d0c57bc0e9 [file] [log] [blame]
Steps to build from original source:
1) apply arm-eabi.patch from Debian bug tracker
2) run configure as follows
./configure CFLAGS=-I/android/device/system/kernel_headers/ ./configure --prefix=/data/ --build=arm-unknown-linux-gnu
(note this uses the desktop gcc and glibc headers)
3) Further modifications as change history will show