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"
|
||||
#endif
|
||||
|
||||
#ifdef ARCHITECTURE
|
||||
# define ARCHITECTURE FC_ARCHITECTURE
|
||||
#else
|
||||
/* config.h might override this */
|
||||
#ifndef FC_ARCHITECTURE
|
||||
# define FC_ARCHITECTURE FC_ARCH_ENDIAN FC_ARCH_SIZE_ALIGN
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue