Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71127 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (-2 / +2 lines)
Lines 136-143 Link Here
136
host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar"
136
host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar"
137
137
138
# libgcj represents the runtime libraries only used by gcj.
138
# libgcj represents the runtime libraries only used by gcj.
139
libgcj="target-libffi \
139
libgcj="target-boehm-gc \
140
	target-boehm-gc \
141
	target-zlib \
140
	target-zlib \
142
	target-qthreads \
141
	target-qthreads \
143
	target-libjava"
142
	target-libjava"
Lines 150-155 Link Here
150
		target-libstdc++-v3 \
150
		target-libstdc++-v3 \
151
		target-libf2c \
151
		target-libf2c \
152
		${libgcj} \
152
		${libgcj} \
153
		target-libffi \
153
		target-libobjc"
154
		target-libobjc"
154
155
155
# these tools are built using the target libraries, and are intended to
156
# these tools are built using the target libraries, and are intended to
(-)configure~ (-2 / +2 lines)
Lines 876-883 Link Here
876
host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar"
876
host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar"
877
877
878
# libgcj represents the runtime libraries only used by gcj.
878
# libgcj represents the runtime libraries only used by gcj.
879
libgcj="target-libffi \
879
libgcj="target-boehm-gc \
880
	target-boehm-gc \
881
	target-zlib \
880
	target-zlib \
882
	target-qthreads \
881
	target-qthreads \
883
	target-libjava"
882
	target-libjava"
Lines 891-896 Link Here
891
		target-libstdc++-v3 \
890
		target-libstdc++-v3 \
892
		target-libf2c \
891
		target-libf2c \
893
		${libgcj} \
892
		${libgcj} \
893
		target-libffi \
894
		target-libobjc"
894
		target-libobjc"
895
895
896
# these tools are built using the target libraries, and are intended to
896
# these tools are built using the target libraries, and are intended to

Return to bug 71127