Changeset 4246


Ignore:
Timestamp:
03/25/08 13:36:47 (5 years ago)
Author:
thomas
Message:

opkg: fix configure check for big-endian systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/opkg/configure.ac

    r4235 r4246  
    9595 
    9696# Checks endianness 
    97 AC_C_BIGENDIAN(ENDIAN_CFLAGS="-DWORDS_BIGENDIAN=1",) 
     97AC_C_BIGENDIAN(BIGENDIAN_CFLAGS="-DWORDS_BIGENDIAN=1",) 
    9898AC_SUBST(BIGENDIAN_CFLAGS) 
    9999 
Note: See TracChangeset for help on using the changeset viewer.