Skip to content

Commit

Permalink
Kill your local gnu dealer
Browse files Browse the repository at this point in the history
  • Loading branch information
extrowerk committed Nov 3, 2020
1 parent 3eb8d79 commit 921e544
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ Compiling an auto* package:
```
CC=/opt/qnx800/host/linux/x86_64/usr/bin/arm-unknown-nto-qnx8.0.0eabi-gcc CPP=/opt/qnx800/host/linux/x86_64/usr/bin/arm-unknown-nto-qnx8.0.0eabi-cpp ./configure --host=arm-unknown-nto-qnx8.0.0eabi --prefix=/some/where
```
or
```
CC=/opt/qnx800/host/linux/x86_64/usr/bin/arm-unknown-nto-qnx8.0.0eabi-gcc CPP=/opt/qnx800/host/linux/x86_64/usr/bin/arm-unknown-nto-qnx8.0.0eabi-cpp ./configure --target=arm-unknown-nto-qnx8.0.0eabi --prefix=/some/where
```
or
```
./configure --prefix=/home/szilard/Asztal/00000/PORTS/ --cc=/opt/qnx800/host/linux/x86_64/usr/bin/arm-unknown-nto-qnx8.0.0eabi-gcc --cxx=/opt/qnx800/host/linux/x86_64/usr/bin/arm-unknown-nto-qnx8.0.0eabi-g++ --enable-cross-compile
```
I wish i was joking. GNU was a mistake.

/-/

Expand Down

0 comments on commit 921e544

Please sign in to comment.