From d63f5a1db4e335a59ac95f9168f8c884159ad064 Mon Sep 17 00:00:00 2001 From: manfred Date: Fri, 19 Jun 1998 05:42:20 +0000 Subject: =?UTF-8?q?=EF=BF=BD=20egcs-19980619/ChangeLog=201998-06-19=20=20M?= =?UTF-8?q?anfred=20Hollstein=20=20=20=09*=20confi?= =?UTF-8?q?gure=20(gcc=5Fversion):=20Add=20new=20variable=20describing=20t?= =?UTF-8?q?he=20=09particular=20gcc=20version=20we're=20building.=20=09*?= =?UTF-8?q?=20Makefile.in=20(libsubdir):=20Add=20new=20macro=20for=20the?= =?UTF-8?q?=20directory=20=09in=20which=20the=20compiler=20finds=20executa?= =?UTF-8?q?bles,=20libraries,=20etc.=20=09(BASE=5FFLAGS=5FTO=5FPASS):=20Pa?= =?UTF-8?q?ss=20down=20gcc=5Fversion,=20target=5Falias=20=09and=20libsubdi?= =?UTF-8?q?r.=20egcs-19980619/gcc/ChangeLog=201998-06-19=20=20Manfred=20Ho?= =?UTF-8?q?llstein=20=20=20=09*=20Makefile.in=20(i?= =?UTF-8?q?nstalldirs):=20Loop=20over=20directories=20in=20$(libsubdir)=20?= =?UTF-8?q?=09creating=20probably=20missing=20ones,=20instead=20of=20singl?= =?UTF-8?q?e=20if=20statements.=20egcs-19980619/libio/ChangeLog=201998-06-?= =?UTF-8?q?19=20=20Manfred=20Hollstein=20=20=20=09?= =?UTF-8?q?*=20config.shared=20(FLAGS=5FTO=5FPASS):=20Add=20libsubdir.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20585 138bc75d-0d04-0410-961f-82ee72b054a4 --- libio/config.shared | 1 + 1 file changed, 1 insertion(+) (limited to 'libio/config.shared') diff --git a/libio/config.shared b/libio/config.shared index cbaf2900dfb..3942bcbfea8 100644 --- a/libio/config.shared +++ b/libio/config.shared @@ -219,6 +219,7 @@ if [ "${SUBDIRS}" != "" ] ; then echo >&2 ' "exec_prefix=$(exec_prefix)" \' echo >&2 ' "tooldir=$(tooldir)" \' echo >&2 ' "gxx_include_dir=$(gxx_include_dir)" \' + echo >&2 ' "libsubdir=$(libsubdir)" \' echo >&2 ' "AR=$(AR)" \' echo >&2 ' "AR_FLAGS=$(AR_FLAGS)" \' echo >&2 ' "CC=$(CC)" \' -- cgit v1.2.1