aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/StdGNU.mk2
-rw-r--r--config/SunOS.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index 2b767517b8..32a37b44fa 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -9,6 +9,8 @@ STRIP = $(CROSS_COMPILE)strip
OBJCOPY = $(CROSS_COMPILE)objcopy
OBJDUMP = $(CROSS_COMPILE)objdump
+MSGFMT = msgfmt
+
INSTALL = install
INSTALL_DIR = $(INSTALL) -d -m0755
INSTALL_DATA = $(INSTALL) -m0644
diff --git a/config/SunOS.mk b/config/SunOS.mk
index 5d548054d3..77e4b24825 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -9,6 +9,8 @@ STRIP = $(CROSS_COMPILE)gstrip
OBJCOPY = $(CROSS_COMPILE)gobjcopy
OBJDUMP = $(CROSS_COMPILE)gobjdump
+MSGFMT = gmsgfmt
+
SHELL = bash
INSTALL = ginstall