@@ -366,8 +366,8 @@ if test x"$use_ecmult_static_precomputation" != x"no"; then
366
366
fi
367
367
# If we're not cross-compiling, simply use the same compiler for building the static precompation code.
368
368
CC_FOR_BUILD="$CC"
369
- SECP_CFLAGS_FOR_BUILD="$SECP_CFLAGS"
370
369
CPPFLAGS_FOR_BUILD="$CPPFLAGS"
370
+ SECP_CFLAGS_FOR_BUILD="$SECP_CFLAGS"
371
371
CFLAGS_FOR_BUILD="$CFLAGS"
372
372
LDFLAGS_FOR_BUILD="$LDFLAGS"
373
373
else
@@ -378,10 +378,10 @@ if test x"$use_ecmult_static_precomputation" != x"no"; then
378
378
cross_compiling=no
379
379
SAVE_CC="$CC"
380
380
CC="$CC_FOR_BUILD"
381
- SAVE_CFLAGS="$CFLAGS"
382
- CFLAGS="$CFLAGS_FOR_BUILD"
383
381
SAVE_CPPFLAGS="$CPPFLAGS"
384
382
CPPFLAGS="$CPPFLAGS_FOR_BUILD"
383
+ SAVE_CFLAGS="$CFLAGS"
384
+ CFLAGS="$CFLAGS_FOR_BUILD"
385
385
SAVE_LDFLAGS="$LDFLAGS"
386
386
LDFLAGS="$LDFLAGS_FOR_BUILD"
387
387
@@ -396,14 +396,14 @@ if test x"$use_ecmult_static_precomputation" != x"no"; then
396
396
# Restore the environment
397
397
cross_compiling=$save_cross_compiling
398
398
CC="$SAVE_CC"
399
- CFLAGS="$SAVE_CFLAGS"
400
399
CPPFLAGS="$SAVE_CPPFLAGS"
400
+ CFLAGS="$SAVE_CFLAGS"
401
401
LDFLAGS="$SAVE_LDFLAGS"
402
402
403
403
if test x"$working_native_cc" = x"no"; then
404
404
AC_MSG_RESULT ( [ no] )
405
405
set_precomp=no
406
- m4_define ( [ please_set_for_build] , [ Please set CC_FOR_BUILD, CFLAGS_FOR_BUILD, CPPFLAGS_FOR_BUILD , and/or LDFLAGS_FOR_BUILD.] )
406
+ m4_define ( [ please_set_for_build] , [ Please set CC_FOR_BUILD, CPPFLAGS_FOR_BUILD, CFLAGS_FOR_BUILD , and/or LDFLAGS_FOR_BUILD.] )
407
407
if test x"$use_ecmult_static_precomputation" = x"yes"; then
408
408
AC_MSG_ERROR ( [ native compiler ${CC_FOR_BUILD} does not produce working binaries. please_set_for_build] )
409
409
else
@@ -416,9 +416,9 @@ if test x"$use_ecmult_static_precomputation" != x"no"; then
416
416
fi
417
417
418
418
AC_SUBST ( CC_FOR_BUILD )
419
+ AC_SUBST ( CPPFLAGS_FOR_BUILD )
419
420
AC_SUBST ( SECP_CFLAGS_FOR_BUILD )
420
421
AC_SUBST ( CFLAGS_FOR_BUILD )
421
- AC_SUBST ( CPPFLAGS_FOR_BUILD )
422
422
AC_SUBST ( LDFLAGS_FOR_BUILD )
423
423
else
424
424
set_precomp=no
531
531
echo
532
532
echo " valgrind = $enable_valgrind"
533
533
echo " CC = $CC"
534
+ echo " CPPFLAGS = $CPPFLAGS"
534
535
echo " SECP_CFLAGS = $SECP_CFLAGS"
535
536
echo " CFLAGS = $CFLAGS"
536
- echo " CPPFLAGS = $CPPFLAGS"
537
537
echo " LDFLAGS = $LDFLAGS"
538
538
echo
539
539
if test x"$set_precomp" = x"yes"; then
540
540
echo " CC_FOR_BUILD = $CC_FOR_BUILD"
541
+ echo " CPPFLAGS_FOR_BUILD = $CPPFLAGS_FOR_BUILD"
541
542
echo " SECP_CFLAGS_FOR_BUILD = $SECP_CFLAGS_FOR_BUILD"
542
543
echo " CFLAGS_FOR_BUILD = $CFLAGS_FOR_BUILD"
543
- echo " CPPFLAGS_FOR_BUILD = $CPPFLAGS_FOR_BUILD"
544
544
echo " LDFLAGS_FOR_BUILD = $LDFLAGS_FOR_BUILD"
545
545
fi
0 commit comments