aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-09 19:09:09 -0500
committerJack Lloyd <[email protected]>2020-11-09 19:09:09 -0500
commit6a2666e0b283fb73d6f84959173c9296e0321398 (patch)
tree72a2602e31814d11892b346f29051a3e4761a035 /src/lib/rng
parenteb0b710a8fef5e0f83caee601a46c137af21b019 (diff)
Use -mcpu=power9 for DARN support
This is apparently needed with certain (perhaps distro specific?) builds of GCC.
Diffstat (limited to 'src/lib/rng')
-rw-r--r--src/lib/rng/processor_rng/info.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/rng/processor_rng/info.txt b/src/lib/rng/processor_rng/info.txt
index 5be5117fd..30d30925c 100644
--- a/src/lib/rng/processor_rng/info.txt
+++ b/src/lib/rng/processor_rng/info.txt
@@ -18,3 +18,7 @@ ppc64
<header:public>
processor_rng.h
</header:public>
+
+<isa>
+ppc64:power9
+</isa>