forked from Imagelibrary/binutils-gdb
Include big endian and little endian formats in OUTPUT_FORMAT directive.
This commit is contained in:
@@ -7,7 +7,7 @@ if test -z "${DATA_ADDR}"; then
|
||||
fi
|
||||
fi
|
||||
cat <<EOF
|
||||
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
|
||||
OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}", "${LITTLE_OUTPUT_FORMAT}")
|
||||
${LIB_SEARCH_DIRS}
|
||||
|
||||
ENTRY(${ENTRY})
|
||||
|
||||
Reference in New Issue
Block a user