mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 23:59:40 +08:00
Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to cope with filesystem not capable to handle...
* Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to cope with filesystem not capable to handle names longer than 14 characters. From-SVN: r16664
This commit is contained in:
parent
6cc1f5cbf4
commit
7b2f827617
libstdc++
@ -1,3 +1,9 @@
|
|||||||
|
Fri Nov 21 12:56:24 1997 Manfred Hollstein <manfred@s-direktnet.de>
|
||||||
|
|
||||||
|
* Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to
|
||||||
|
cope with filesystem not capable to handle names longer than
|
||||||
|
14 characters.
|
||||||
|
|
||||||
Sun Nov 16 22:41:55 1997 Jeffrey A Law (law@cygnus.com)
|
Sun Nov 16 22:41:55 1997 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (SHLIB): Build with CC instead of CXX.
|
* Makefile.in (SHLIB): Build with CC instead of CXX.
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
VERSION = 2.8.0
|
VERSION = 2.8.0
|
||||||
|
|
||||||
OBJS = cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o
|
OBJS = cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o
|
||||||
SUBLIBS = $(STAMP)-string $(STAMP)-complex
|
SUBLIBS = $(STAMP)-string $(STAMP)-complx
|
||||||
|
|
||||||
# C++ headers with no extension
|
# C++ headers with no extension
|
||||||
HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
|
HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
|
||||||
@ -190,7 +190,7 @@ stmp-complex: ${srcdir}/cinst.cc ${srcdir}/std/complext.h \
|
|||||||
done
|
done
|
||||||
touch stmp-complex
|
touch stmp-complex
|
||||||
|
|
||||||
bigstmp-complex: ${srcdir}/cinst.cc ${srcdir}/std/complext.h \
|
bigstmp-complx: ${srcdir}/cinst.cc ${srcdir}/std/complext.h \
|
||||||
${srcdir}/std/complext.cc ${srcdir}/std/dcomplex.h \
|
${srcdir}/std/complext.cc ${srcdir}/std/dcomplex.h \
|
||||||
${srcdir}/std/ldcomplex.h
|
${srcdir}/std/ldcomplex.h
|
||||||
echo fcomplex
|
echo fcomplex
|
||||||
|
Loading…
Reference in New Issue
Block a user