fix build warnings when using --with-arch
Latest configure code will setup FC_ARCHITECTURE directly rather than going through ARCHITECTURE, so update fcarch.h accordingly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
01c833379e
commit
97c9506e4d
|
@ -62,9 +62,8 @@
|
||||||
# define FC_ARCH_SIZE_ALIGN "64"
|
# define FC_ARCH_SIZE_ALIGN "64"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARCHITECTURE
|
/* config.h might override this */
|
||||||
# define ARCHITECTURE FC_ARCHITECTURE
|
#ifndef FC_ARCHITECTURE
|
||||||
#else
|
|
||||||
# define FC_ARCHITECTURE FC_ARCH_ENDIAN FC_ARCH_SIZE_ALIGN
|
# define FC_ARCHITECTURE FC_ARCH_ENDIAN FC_ARCH_SIZE_ALIGN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue