Skip to content

Commit

Permalink
Subsequent SPARC fix, thx id:syoyo
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellation committed Jan 18, 2015
1 parent 08508f7 commit 0bbd14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iv/lv5/third_party/gc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SET(SRC alloc.c reclaim.c allchblk.c misc.c mach_dep.c os_dep.c

#FIXME(Yusuke Suzuki): added
SET(ASM_NEEDED false)
IF(CMAKE_SYSTEM_PROCESSOR MATCHES "^sparc")
IF(CMAKE_SYSTEM_PROCESSOR MATCHES "^sparc|s64fx")
IF(CMAKE_SYSTEM_NAME MATCHES "kNetBSD.*|NetBSD.*")
SET(SRC ${SRC} src/sparc_netbsd_mach_dep.s)
ELSE()
Expand Down

0 comments on commit 0bbd14b

Please sign in to comment.