Ubuntu Pastebin

Paste from mvo at Mon, 13 Jul 2015 11:36:15 +0000

Download as text
1
2
3
4
5
6
7
8
9
$ cat CONFIG_SITE 
ac_cv_file__dev_ptmx=no
ac_cv_file__dev_ptc=no

$ CXX=/usr/bin/arm-linux-gnueabihf-g++  CC=/usr/bin/arm-linux-gnueabihf-gcc ./configure --host=arm-linux-gnueabihf --build=x86_64-linux-gnu  --disable-ipv6 CONFIG_SITE=CONFIG_SITE --prefix=/tmp/lala

$ make CROSS_COMPILE_TARGET=yes CROSS_COMPILE=arm-linux-gnueabihf

$ make install CROSS_COMPILE_TARGET=yes CROSS_COMPILE=arm-linux-gnueabihf
Download as text