diff --git a/configure b/configure index 0db02da308..a9a4fd74ee 100755 --- a/configure +++ b/configure @@ -1519,20 +1519,10 @@ EOF # --- # big/little-endian test -if ! enabled cross_compile; then - check_ld < -int main(int argc, char ** argv){ - volatile uint32_t i=0x01234567; - return (*((uint8_t*)(&i))) == 0x67; -} +check_cc <