aboutsummaryrefslogtreecommitdiffstats
path: root/config/StdGNU.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/StdGNU.mk')
-rw-r--r--config/StdGNU.mk2
1 files changed, 2 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