Skip to content

Commit b4c4859

Browse files
authored
Update CMakeLists.txt
1 parent 2713b40 commit b4c4859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/DeviceRTL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function(compileDeviceRTLLibrary target_name target_triple)
136136
"--target=${target_triple}" "-fuse-ld=lld" "-march=" "-mcpu="
137137
"-Wno-unused-command-line-argument")
138138
target_link_options(libomptarget-${target_name} PRIVATE "--target=${target_triple}"
139-
"-mcpu=power8" "-r" "-nostdlib" "-flto" "-Wl,--lto-emit-llvm"
139+
"-r" "-nostdlib" "-flto" "-Wl,--lto-emit-llvm"
140140
"-fuse-ld=lld" "-march=" "-mcpu=")
141141
install(TARGETS libomptarget-${target_name}
142142
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ

0 commit comments

Comments
 (0)