Skip to content
Snippets Groups Projects
Commit ec339476 authored by Imre Kaloz's avatar Imre Kaloz
Browse files

fixup armeb, too

SVN-Revision: 26034
parent d4afc36c
No related branches found
No related tags found
No related merge requests found
......@@ -197,8 +197,7 @@ config LIBC_VERSION
config TARGET_SUFFIX
string
default "gnueabi" if (USE_EGLIBC || USE_GLIBC) && arm
default "gnu" if (USE_EGLIBC || USE_GLIBC) && !arm
default "uclibcgnueabi" if USE_UCLIBC && arm
default "uclibc" if USE_UCLIBC && !arm
default "gnueabi" if (USE_EGLIBC || USE_GLIBC) && (arm || armeb)
default "gnu" if (USE_EGLIBC || USE_GLIBC) && !(arm || armeb)
default "uclibcgnueabi" if USE_UCLIBC && (arm || armeb)
default "uclibc" if USE_UCLIBC && !(arm || armeb)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment