Skip to content

Commit

Permalink
This works.
Browse files Browse the repository at this point in the history
  • Loading branch information
extrowerk committed Nov 3, 2020
1 parent 9bee0d6 commit 919f03f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export HOST_CC="gcc" # default: gcc
export CPU_COUNT="4"
export LANGS="c,c++" # default: c,c++ but fortran and go should also work
export LANGS="c,c++, fortran" # default: c,c++ but fortran should also work

# ----------------------------------------

Expand Down Expand Up @@ -151,4 +151,7 @@ export CXXFLAGS_FOR_TARGET="-g" # -I/home/szilard/bbndk/target_10_3_1_995/qnx6/u
make all -j "$CPU_COUNT"
#make install-gcc
#make install-target-libgcc
make install
make install-strip

# We need to create a symlink: libstdc++.so > libc++.so
# This is strange, do QNX cals it so?

0 comments on commit 919f03f

Please sign in to comment.