summaryrefslogtreecommitdiff
path: root/libio/config.shared
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-27 04:07:00 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-27 04:07:00 +0000
commit7256f633fb03e069a90dfac534cd839fa8e3be3a (patch)
treec804a39f2f0e78941efa5280aa004f05f08478c1 /libio/config.shared
parent2c1331605dc9544cdff0ff57b182e1f69f94994d (diff)
downloadgcc-7256f633fb03e069a90dfac534cd839fa8e3be3a.tar.gz
libio changes from Ulrich to help "old linux" systems. See ChangeLog
for details. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15741 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/config.shared')
-rw-r--r--libio/config.shared3
1 files changed, 1 insertions, 2 deletions
diff --git a/libio/config.shared b/libio/config.shared
index 009381a4c08..0be43612fa6 100644
--- a/libio/config.shared
+++ b/libio/config.shared
@@ -140,7 +140,6 @@ echo 'CFLAGS = -g'
echo 'CXXFLAGS = -g -O'
echo 'LIBCFLAGS = $(CFLAGS)'
echo 'LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates'
-echo 'PICFLAG ='
if [ "${LIBDIR}" = "yes" ]; then
echo 'PICDIR = stamp-picdir'
else
@@ -395,7 +394,7 @@ echo '# clean rules'
MOSTLYCLEAN="${MOSTLYCLEAN-*.o pic stamp-picdir core ${EXTRA_MOSTLYCLEAN}} `if test -n "${TOUCH_ON_COMPILE}"; then echo stamp; else true; fi`"
CLEAN="${CLEAN-${TARGETPROG} ${TARGETLIB}}"
-DISTCLEAN="${DISTCLEAN-config.status Makefile *~ Make.pack multilib.out ${EXTRA_DISTCLEAN-}}"
+DISTCLEAN="${DISTCLEAN-config.status Makefile *~ Make.pack target-mkfrag multilib.out ${EXTRA_DISTCLEAN-}}"
REALCLEAN="${REALCLEAN-depend *.info*}"