diff options
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 10ba35b79b..fdbaab58b9 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -358,7 +358,7 @@ BIN_DIST_TAR_COMP = $(BIN_DIST_NAME)-$(TARGETPLATFORM).tar.$(TAR_COMP_EXT) # SRC_HC_OPTS is *not* for adding flags that are required to make your # build work. Examples: # -# - instead of using -pgmc/-pgma-/-pgml, use the --with-gcc option to configure +# - instead of using -pgmc/-pgmcxx/-pgma-/-pgml, use the --with-gcc option to configure # # - if you need -optc, -opta, or -optl flags, the CONF_CC_* and CONF_LD_* # variables are more appropriate (set via configure) @@ -457,6 +457,7 @@ TargetHasLibm = @TargetHasLibm@ TablesNextToCode = @TablesNextToCode@ SettingsCCompilerCommand = @SettingsCCompilerCommand@ +SettingsCxxCompilerCommand = @SettingsCxxCompilerCommand@ SettingsHaskellCPPCommand = @SettingsHaskellCPPCommand@ SettingsHaskellCPPFlags = @SettingsHaskellCPPFlags@ SettingsCCompilerFlags = @SettingsCCompilerFlags@ |