diff --git a/easybuild/easyblocks/g/gcc.py b/easybuild/easyblocks/g/gcc.py index fd4bc01cd67..94e58f79494 100644 --- a/easybuild/easyblocks/g/gcc.py +++ b/easybuild/easyblocks/g/gcc.py @@ -395,7 +395,7 @@ def prepare_step(self, *args, **kwargs): """ Prepare build environment, track currently active build stage """ - super(EB_GCC, self).prepare_step(*args, **kwargs) + ConfigureMake.prepare_step(self, *args, **kwargs) # Set the current build stage to the specified stage based on the iteration index self.current_stage = self.build_stages[self.iter_idx]