summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-18 03:09:08 +0200
committerIsmael Luceno2019-05-18 03:29:11 +0200
commit64995c5fac6ab3ca2612a12ce94874d0f08fb9fb (patch)
tree6215c3d5499debeca0d1149ad3f64e46d8587489 /gnu
parenta01a6c60ba50a71cb7b5346a43c6cb79e3a2bf80 (diff)
gcc: Update dependency; s/gettext/GETTEXT/
Diffstat (limited to 'gnu')
-rwxr-xr-xgnu/gcc/DEPENDS2
-rw-r--r--gnu/gcc/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/gnu/gcc/DEPENDS b/gnu/gcc/DEPENDS
index d8bd29cc0d..4e36bf2c3c 100755
--- a/gnu/gcc/DEPENDS
+++ b/gnu/gcc/DEPENDS
@@ -8,7 +8,7 @@ depends smgl-fhs &&
depends smgl-archspecs &&
depends zlib "--with-system-zlib" &&
-optional_depends gettext \
+optional_depends GETTEXT \
"--enable-nls" \
"--disable-nls" \
"for Native Language Support" &&
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index cb503dc947..981966aadd 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,6 @@
+2019-05-18 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: Update dependency; s/gettext/GETTEXT/
+
2019-05-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* PREPARE: add support for the brig, d and jit frontends
* PRE_SUB_DEPENDS, SUB_DEPENDS: add subdependencies for brig, d, jit and objc-c++