mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 03:50:13 +01:00
configure: print LDFLAGS alongside CFLAGS & co.
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
2895d96a05
commit
9d1dbf2aa1
1 changed files with 3 additions and 1 deletions
|
|
@ -2920,15 +2920,17 @@ echo " Static libs: $enable_static"
|
|||
echo " Shared-glapi: $enable_shared_glapi"
|
||||
|
||||
dnl Compiler options
|
||||
# cleanup the CFLAGS/CXXFLAGS/DEFINES vars
|
||||
# cleanup the CFLAGS/CXXFLAGS/LDFLAGS/DEFINES vars
|
||||
cflags=`echo $CFLAGS | \
|
||||
$SED 's/^ *//;s/ */ /;s/ *$//'`
|
||||
cxxflags=`echo $CXXFLAGS | \
|
||||
$SED 's/^ *//;s/ */ /;s/ *$//'`
|
||||
ldflags=`echo $LDFLAGS | $SED 's/^ *//;s/ */ /;s/ *$//'`
|
||||
defines=`echo $DEFINES | $SED 's/^ *//;s/ */ /;s/ *$//'`
|
||||
echo ""
|
||||
echo " CFLAGS: $cflags"
|
||||
echo " CXXFLAGS: $cxxflags"
|
||||
echo " LDFLAGS: $ldflags"
|
||||
echo " Macros: $defines"
|
||||
echo ""
|
||||
if test "x$enable_llvm" = xyes; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue