diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-12 06:38:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-12 06:38:47 +0000 |
commit | 08962b31dce26d4e7752af304c2585279fb077dd (patch) | |
tree | 6e4e3335746447b1e8d36fed2408e2b4f9cc8f88 /emulators/gem5 | |
parent | 3988d2b339f42835b5e34ec3274b6b98aa80cc98 (diff) | |
download | ports-08962b31dce26d4e7752af304c2585279fb077dd.tar.gz ports-08962b31dce26d4e7752af304c2585279fb077dd.zip |
Notes
Diffstat (limited to 'emulators/gem5')
-rw-r--r-- | emulators/gem5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/gem5/Makefile b/emulators/gem5/Makefile index 37a78b1d9861..bbffb6319cc0 100644 --- a/emulators/gem5/Makefile +++ b/emulators/gem5/Makefile @@ -11,6 +11,7 @@ COMMENT= gem5 Simulator System BUILD_DEPENDS= swig3.0:devel/swig30 \ scons:devel/scons +BROKEN= fails to build BROKEN_armv6= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV BROKEN_armv7= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV BROKEN_i386= does not build |