Skip to content

Commit 3d29b0a

Browse files
authored
Merge pull request #4668 from bedroge/riscv_veryloose_typo
Fix typo in `veryloose` toolchain option for RISC-V
2 parents 8ff6ba0 + 688c670 commit 3d29b0a

File tree

1 file changed

+1
-1
lines changed
  • easybuild/toolchains/compiler

1 file changed

+1
-1
lines changed

easybuild/toolchains/compiler/gcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Gcc(Compiler):
8585
COMPILER_UNIQUE_OPTION_MAP['strict'] = []
8686
COMPILER_UNIQUE_OPTION_MAP['precise'] = []
8787
COMPILER_UNIQUE_OPTION_MAP['loose'] = ['fno-math-errno']
88-
COMPILER_UNIQUE_OPTION_MAP['verloose'] = ['fno-math-errno']
88+
COMPILER_UNIQUE_OPTION_MAP['veryloose'] = ['fno-math-errno']
8989

9090
# used when 'optarch' toolchain option is enabled (and --optarch is not specified)
9191
COMPILER_OPTIMAL_ARCHITECTURE_OPTION = {

0 commit comments

Comments
 (0)