acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to -mcpu=powerpc.
2000-05-09 Benjamin Kosnik <bkoz@gnu.org> * acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to -mcpu=powerpc. * src/Makefile.am: Disable ENABLE_CXX_FLAGS stuff for the moment. * config/generic/bits/ctype_specializations.h (ctype<char>::is): Make more generic. * config/bsd: New directory. * config/bsd/ctype.cc: New. * config/bsd/bits/ctype_base.h (ctype_base): New. * config/bsd/bits/ctype_specializations.h: New. * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bsd tests. From-SVN: r33812
This commit is contained in:
parent
327e219fba
commit
9e9ada4541
@ -2,7 +2,8 @@
|
||||
|
||||
* acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to
|
||||
-mcpu=powerpc.
|
||||
|
||||
* src/Makefile.am: Disable ENABLE_CXX_FLAGS stuff for the moment.
|
||||
|
||||
* config/generic/bits/ctype_specializations.h (ctype<char>::is):
|
||||
Make more generic.
|
||||
|
||||
|
@ -41,8 +41,8 @@ WERROR = -Werror
|
||||
# OPTIMIZE_CXXFLAGS = -O3 -fstrict-aliasing -fsquangle -fnew-exceptions \
|
||||
# -fdata-sections -ffunction-sections \
|
||||
# -fvtable-gc -Wl,--gc-sections
|
||||
# AC_CXXFLAGS = @OPTLEVEL@ @DEBUGFLAGS@ @NAMESPACES@
|
||||
AC_CXXFLAGS = @CPUFLAGS@ @DEBUGFLAGS@ @EXTRA_CXX_FLAGS@
|
||||
# AC_CXXFLAGS = @OPTLEVEL@ @CPUFLAGS@ @EXTRA_CXX_FLAGS@ @DEBUGFLAGS@
|
||||
AC_CXXFLAGS = @CPUFLAGS@ @DEBUGFLAGS@
|
||||
AM_CXXFLAGS = -fno-implicit-templates \
|
||||
-Wall -Wno-format -W -Wwrite-strings -Winline $(WERROR) \
|
||||
$(OPTIMIZE_CXXFLAGS) $(AC_CXXFLAGS)
|
||||
|
@ -119,8 +119,8 @@ WERROR = -Werror
|
||||
# OPTIMIZE_CXXFLAGS = -O3 -fstrict-aliasing -fsquangle -fnew-exceptions \
|
||||
# -fdata-sections -ffunction-sections \
|
||||
# -fvtable-gc -Wl,--gc-sections
|
||||
# AC_CXXFLAGS = @OPTLEVEL@ @DEBUGFLAGS@ @NAMESPACES@
|
||||
AC_CXXFLAGS = @CPUFLAGS@ @DEBUGFLAGS@ @EXTRA_CXX_FLAGS@
|
||||
# AC_CXXFLAGS = @OPTLEVEL@ @CPUFLAGS@ @EXTRA_CXX_FLAGS@ @DEBUGFLAGS@
|
||||
AC_CXXFLAGS = @CPUFLAGS@ @DEBUGFLAGS@
|
||||
AM_CXXFLAGS = -fno-implicit-templates \
|
||||
-Wall -Wno-format -W -Wwrite-strings -Winline $(WERROR) \
|
||||
$(OPTIMIZE_CXXFLAGS) $(AC_CXXFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user