Skip to content

Commit 688c670

Browse files
committed
fix typo in veryloose toolchain option
1 parent 8ff6ba0 commit 688c670

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)