Skip to content
GitLab
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
38ca2abc
Commit
38ca2abc
authored
Mar 13, 2004
by
bellard
Browse files
m68k compile fix
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@655
c046a42c-6fe2-441c-8c8c-71466251a162
parent
73bdea19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.target
View file @
38ca2abc
...
...
@@ -27,15 +27,14 @@ PROGS+=$(QEMU_SYSTEM)
ifndef
CONFIG_SOFTMMU
CONFIG_STATIC
=
y
endif
endif
ifeq
($(ARCH), ppc)
else
# the system emulator using soft mmu is portable
ifdef
CONFIG_SOFTMMU
PROGS
+=
$(QEMU_SYSTEM)
endif
endif
endif
# ARCH != i386
endif
endif
# TARGET_ARCH = i386
ifeq
($(TARGET_ARCH), ppc)
...
...
configure
View file @
38ca2abc
...
...
@@ -278,8 +278,8 @@ elif test "$cpu" = "ia64" ; then
echo
"ARCH=ia64"
>>
$config_mak
echo
"#define HOST_IA64 1"
>>
$config_h
elif
test
"
$cpu
"
=
"m68k"
;
then
echo
"ARCH=m68k"
>>
config
.
mak
echo
"#define HOST_M68K 1"
>>
$
TMPH
echo
"ARCH=m68k"
>>
$
config
_
mak
echo
"#define HOST_M68K 1"
>>
$
config_h
else
echo
"Unsupported CPU"
exit
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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