Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
2b218e6d
Commit
2b218e6d
authored
Jan 19, 2015
by
nox
Browse files
Fix build on 10+/i386 for when gcc49 becomes default (and fix ALL_TARGETS
on 10+/i386 while we're at it.) PR: 196855 Submitted by: gerald
parent
b14e4f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
emulators/qemu/Makefile
View file @
2b218e6d
...
...
@@ -14,8 +14,7 @@ MAINTAINER= nox@FreeBSD.org
COMMENT
=
QEMU CPU Emulator
HAS_CONFIGURE
=
yes
USE_GCC
=
any
USES
=
gmake perl5
USES
=
gmake perl5 compiler:features
USE_PERL5
=
build
PATCH_STRIP
=
-p1
MAKE_ENV
+=
BSD_MAKE
=
"
${MAKE}
"
...
...
@@ -39,6 +38,14 @@ OPTIONS_DEFAULT= SDL GNUTLS CURL PCAP GNS3 CDROM_DMA
.
include
<bsd.port.pre.mk>
.if
${ARCH}
==
"i386"
&&
${COMPILER_TYPE}
==
"clang"
# gcc49 breaks target-i386 on i386, and gcc48 breaks ALL_TARGETS on i386:
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196855
USE_GCC
=
4.7
.
else
USE_GCC
=
any
.
endif
.if empty(PORT_OPTIONS
:
MALL_TARGETS)
CONFIGURE_ARGS
+=
--target-list
=
i386-softmmu,x86_64-softmmu
PLIST_SUB
+=
ALLTARGETS
=
"@comment "
...
...
Write
Preview
Supports
Markdown
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