mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 00:49:04 +08:00
fix various issues
- unnecessary command - extra blank and empty line Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
3660623e59
commit
d76ded046c
@ -151,7 +151,6 @@ jobs:
|
|||||||
- make generated_files
|
- make generated_files
|
||||||
- make
|
- make
|
||||||
- programs/test/selftest
|
- programs/test/selftest
|
||||||
- tests/scripts/travis-log-failure.sh
|
|
||||||
- tests/context-info.sh
|
- tests/context-info.sh
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
/* Some versions of ASan result in errors about not enough registers */
|
/* Some versions of ASan result in errors about not enough registers */
|
||||||
#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && defined(__i386__) && \
|
#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && defined(__i386__) && \
|
||||||
!defined(MBEDTLS_HAVE_ASAN)
|
!defined(MBEDTLS_HAVE_ASAN)
|
||||||
|
|
||||||
#ifndef MBEDTLS_HAVE_X86
|
#ifndef MBEDTLS_HAVE_X86
|
||||||
#define MBEDTLS_HAVE_X86
|
#define MBEDTLS_HAVE_X86
|
||||||
#endif
|
#endif
|
||||||
|
@ -4975,7 +4975,6 @@ component_test_aes_padlock_only () {
|
|||||||
scripts/config.py set MBEDTLS_AES_USE_HARDWARE_ONLY
|
scripts/config.py set MBEDTLS_AES_USE_HARDWARE_ONLY
|
||||||
msg "build: AES, VIA padlock only" # ~10s
|
msg "build: AES, VIA padlock only" # ~10s
|
||||||
make CC=gcc CFLAGS="$ASAN_CFLAGS -m32 -O2" LDFLAGS="-m32 $ASAN_CFLAGS"
|
make CC=gcc CFLAGS="$ASAN_CFLAGS -m32 -O2" LDFLAGS="-m32 $ASAN_CFLAGS"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user