Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
01f5e596
Commit
01f5e596
authored
Dec 06, 2005
by
bellard
Browse files
mipsel target
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@1698
c046a42c-6fe2-441c-8c8c-71466251a162
parent
ea31eb5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.target
View file @
01f5e596
...
...
@@ -30,9 +30,17 @@ ifeq ($(TARGET_ARCH),arm)
else
QEMU_USER
=
qemu-arm
endif
else
ifeq
($(TARGET_ARCH),mips)
ifeq
($(TARGET_WORDS_BIGENDIAN),yes)
QEMU_USER
=
qemu-mips
else
QEMU_USER
=
qemu-mipsel
endif
else
QEMU_USER
=
qemu-
$(TARGET_ARCH)
endif
endif
# system emulator name
ifdef
CONFIG_SOFTMMU
ifeq
($(TARGET_ARCH), i386)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment