mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-01 01:13:29 +08:00
Fixup cross-compile patch
This commit is contained in:
parent
add0cec283
commit
8ce201b4d7
@ -1,7 +1,11 @@
|
||||
--- net-snmp-5.0.8/configure.in.orig 2003-06-04 13:10:32.000000000 -0600
|
||||
+++ net-snmp-5.0.8/configure.in 2003-06-04 13:11:46.000000000 -0600
|
||||
@@ -1718,9 +1718,6 @@
|
||||
AC_MSG_ERROR([You are cross-compiling, but you have not specified the target's endianness])
|
||||
--- net-snmp-5.0.7/configure.in.orig 2003-06-09 14:54:18.000000000 -0600
|
||||
+++ net-snmp-5.0.7/configure.in 2003-06-09 14:54:42.000000000 -0600
|
||||
@@ -1710,13 +1710,8 @@
|
||||
if test $cross_compiling = yes; then
|
||||
if test $with_endianness = "big"; then
|
||||
AC_DEFINE(WORDS_BIGENDIAN)
|
||||
- elif test -z $with_endianness; then
|
||||
- AC_MSG_ERROR([You are cross-compiling, but you have not specified the target's endianness])
|
||||
fi
|
||||
else
|
||||
- if test $with_endianness; then
|
||||
|
Loading…
Reference in New Issue
Block a user