smuellerDD / libkcapi

Linux Kernel Crypto API User Space Interface Library
http://www.chronox.de/libkcapi
Other
166 stars 70 forks source link

How to configure the cross compiler toolchain? #154

Closed bqiu728 closed 11 months ago

bqiu728 commented 1 year ago

Hi,

It seems that when I use this command to configure : ./configure --prefix=/usr/ --enable-kcapi-test it will use gcc as the default cross compiler. And I‘ve tried to find is there any option in ./configure to change it. I got non. So how can I change the cross compiler toolchain ?

Thanks

smuellerDD commented 1 year ago

Am Montag, 3. April 2023, 14:07:50 CEST schrieb bqiu728:

Hi bqiu728,

Hi,

It seems that when I use this command to configure : ./configure --prefix=/usr/ --enable-kcapi-test it will use gcc as the default cross compiler. And I‘ve tried to find is there any option in ./configure to change it. I got non. So how can I change the cross compiler toolchain ?

Thanks

https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Hosts-and-Cross_002dCompilation.html

Ciao Stephan