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:
Mike Frysinger 2011-11-07 19:29:57 -05:00
parent 01c833379e
commit 97c9506e4d
1 changed files with 2 additions and 3 deletions

View File

@ -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