arm - How to specify GNU / Linux version compiling dropbear -
i have compiled binary of dropbear. when file dbclient following :
dbclient: elf 32-bit lsb executable, arm, version 1 (sysv), dynamically linked (uses shared libs), stripped
when trying compile on own (very beginner)
./configure --host=arm-linux-gnueabi --prefix=/ --disable-zlib cc=arm-linux-gnueabi-gcc ld=arm-linux-gnueabi-ld make make install
i following after compiled
dbclient: elf 32-bit lsb executable, arm, version 1 (sysv), dynamically linked (uses shared libs), gnu/linux 2.6.31, buildid[sha1]=0x016ac7e729afb02d60248393619b41380379777d, not stripped
for stripped part, don't care strip later.
but question how specify "for gnu/linux 2.6.31". mean , how change target linux 3.10.49 armv5tejl?