Dash:
[t2.git] / package / develop / ppl / ppl.conf
blob4dd5319491fa18ddebb0865d8cb2210ea8790746
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/ppl/ppl.conf
3 # Copyright (C) 2009 - 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 if atstage toolchain; then
13         # use the host g++ for toolchain stage
14         export CXX=g++
15         # via LDFLAGS for libtool
16         export LDFLAGS="-L$root$libdir -Wl,-rpath,${root}${libdir}"
17         var_append SYSGCC_WRAPPER_INSERT " " "-I$root$includedir"
19         # guide to pick up the right libs in tools.cross
20         var_append extraconfopt ' ' '--with-libgmp-prefix=$root --with-libgmpxx-prefix=$root'
23 atstage cross && var_append confopt ' ' '--enable-interfaces="c" --disable-optimization'