upstream: 2:3d07b022a7df [aggregated changes for version 0.79.8]
This commit is contained in:
committed by
Stéphane Lesimple
parent
eac7884373
commit
90b5ab6443
@@ -1895,6 +1895,7 @@ function CHECK_ENDIAN()
|
||||
# Try automatic detection
|
||||
|
||||
cat > conftest.c <<EOF
|
||||
#include <stdio.h>
|
||||
int main()
|
||||
{ if(sizeof(int)==4)
|
||||
{ char *c = "1234";
|
||||
@@ -1963,6 +1964,7 @@ function CHECK_BITNESS()
|
||||
# Try automatic detection
|
||||
|
||||
cat > conftest.c <<EOF
|
||||
#include <stdio.h>
|
||||
int main()
|
||||
{ switch(sizeof(char*))
|
||||
{ case 4: printf("32\n"); break;
|
||||
|
||||
Reference in New Issue
Block a user