Skip to content

Instantly share code, notes, and snippets.

@offlinemark
Created April 21, 2017 20:04
Show Gist options
  • Select an option

  • Save offlinemark/afe2e8090724fc2190f5c0eed7000bb9 to your computer and use it in GitHub Desktop.

Select an option

Save offlinemark/afe2e8090724fc2190f5c0eed7000bb9 to your computer and use it in GitHub Desktop.
compiling glibc
for arm, dbg
CC=arm-linux-gnueabi-gcc ../glibc-2.23/configure --prefix=/usr/arm-linux-gnueabi/ arm-linux-gnueabi --enable-debug
CC=arm-linux-gnueabi-gcc ../glibc-2.23/configure --prefix=/usr/arm-linux-gnueabi/ arm-linux-gnueabi
../glibc-2.23/configure --prefix=/lib/x86_64-linux-gnu
make -j `nproc`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment