*.h: Move here from config/os/bsd/bits.
* config/os/freebsd/bits/*.h: Move here from config/os/bsd/bits. * aclocal.m4: Adjust accordingly. * configure.target: Likewise. * configure: Regenerate. From-SVN: r38036
This commit is contained in:
parent
23bea145a4
commit
0b971613de
@ -1,3 +1,10 @@
|
||||
2000-12-05 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* config/os/freebsd/bits/*.h: Move here from config/os/bsd/bits.
|
||||
* aclocal.m4: Adjust accordingly.
|
||||
* configure.target: Likewise.
|
||||
* configure: Regenerate.
|
||||
|
||||
2000-12-05 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* config/cpu/arm/bits/atomicity.h: Add support for compiling Thumb
|
||||
|
4
libstdc++-v3/aclocal.m4
vendored
4
libstdc++-v3/aclocal.m4
vendored
@ -829,7 +829,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [
|
||||
ctype_bsd=yes, ctype_bsd=no)
|
||||
AC_MSG_RESULT($ctype_bsd)
|
||||
if test $ctype_bsd = "yes"; then
|
||||
ctype_include_dir="config/os/bsd"
|
||||
ctype_include_dir="config/os/freebsd"
|
||||
ctype_default=no
|
||||
fi
|
||||
fi
|
||||
@ -845,7 +845,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [
|
||||
ctype_freebsd34=yes, ctype_freebsd34=no)
|
||||
AC_MSG_RESULT($ctype_freebsd34)
|
||||
if test $ctype_freebsd34 = "yes"; then
|
||||
ctype_include_dir="config/os/bsd"
|
||||
ctype_include_dir="config/os/freebsd"
|
||||
ctype_default=no
|
||||
fi
|
||||
fi
|
||||
|
4
libstdc++-v3/configure
vendored
4
libstdc++-v3/configure
vendored
@ -17844,7 +17844,7 @@ fi
|
||||
rm -f conftest*
|
||||
echo "$ac_t""$ctype_bsd" 1>&6
|
||||
if test $ctype_bsd = "yes"; then
|
||||
ctype_include_dir="config/os/bsd"
|
||||
ctype_include_dir="config/os/freebsd"
|
||||
ctype_default=no
|
||||
fi
|
||||
fi
|
||||
@ -17876,7 +17876,7 @@ fi
|
||||
rm -f conftest*
|
||||
echo "$ac_t""$ctype_freebsd34" 1>&6
|
||||
if test $ctype_freebsd34 = "yes"; then
|
||||
ctype_include_dir="config/os/bsd"
|
||||
ctype_include_dir="config/os/freebsd"
|
||||
ctype_default=no
|
||||
fi
|
||||
fi
|
||||
|
@ -82,7 +82,7 @@ case "${target_os}" in
|
||||
os_include_dir="config/os/aix"
|
||||
;;
|
||||
bsd* | freebsd* )
|
||||
os_include_dir="config/os/bsd"
|
||||
os_include_dir="config/os/freebsd"
|
||||
;;
|
||||
cygwin*)
|
||||
os_include_dir="config/os/newlib"
|
||||
@ -115,6 +115,11 @@ esac
|
||||
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
|
||||
|
||||
case "${target}" in
|
||||
arm*-*-aout | arm*-*-elf)
|
||||
# Assume newlib
|
||||
os_include_dir=config/os/newlib
|
||||
ATOMICITYH=$cpu_include_dir
|
||||
;;
|
||||
*-*-aix*)
|
||||
ATOMICITYH=$os_include_dir
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user