aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/high-level.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-11-06 17:20:54 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-11-06 17:20:54 +0000
commit5fe30b319c46ab82859d727d6d55461a951f614b (patch)
tree8fd807060e71b5f025462af0fcbeaae761df7993 /reproduce/software/make/high-level.mk
parentbf6b8c09569bd1cb03f5a910e2ae1475d5dc7c44 (diff)
GNU Project Debugger (GDB) and Pexpect can now be built
These two packages are necessary to build the GNU C Library.
Diffstat (limited to 'reproduce/software/make/high-level.mk')
-rw-r--r--reproduce/software/make/high-level.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index 7f0e044..a75c199 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -149,6 +149,7 @@ tarballs = $(foreach t, apachelog4cxx-$(apachelog4cxx-version).tar.lz \
fftw-$(fftw-version).tar.gz \
flex-$(flex-version).tar.gz \
freetype-$(freetype-version).tar.gz \
+ gdb-$(gdb-version).tar.gz \
ghostscript-$(ghostscript-version).tar.gz \
gnuastro-$(gnuastro-version).tar.lz \
gsl-$(gsl-version).tar.gz \
@@ -224,6 +225,7 @@ $(tarballs): $(tdir)/%: | $(lockdir)
elif [ $$n = fftw ]; then c=$(fftw-checksum); w=ftp://ftp.fftw.org/pub/fftw
elif [ $$n = flex ]; then c=$(flex-checksum); w=https://github.com/westes/flex/files/981163
elif [ $$n = freetype ]; then c=$(freetype-checksum); w=https://download.savannah.gnu.org/releases/freetype
+ elif [ $$n = gdb ]; then c=$(gdb-checksum); w=http://ftp.gnu.org/gnu/gdb
elif [ $$n = ghostscript ]; then
c=$(ghostscript-checksum)
v=$$(echo $(ghostscript-version) | sed -e's/\.//')
@@ -871,6 +873,11 @@ $(ibidir)/flex: $(ibidir)/bison \
$(call gbuild, flex-$(flex-version), static, ,V=1) \
&& echo "Flex $(swig-version)" > $@
+$(ibidir)/gdb: | $(ibidir)/python \
+ $(tdir)/gdb-$(gdb-version).tar.gz
+ $(call gbuild, gdb-$(gdb-version),,,V=1) \
+ && echo "GNU Project Debugger (GDB) $(gdb-version)" > $@
+
$(ibidir)/ghostscript: $(ibidir)/libtiff \
| $(tdir)/ghostscript-$(ghostscript-version).tar.gz
$(call gbuild, ghostscript-$(ghostscript-version)) \