re PR target/38384 (shared link/execute fails for cross gcc from linux to target hppa64-hp-hpux11.00)
2009-01-05 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/38384 * crossconfig.m4: Define HAVE_FABSF for hpux crosses. From-SVN: r143093
This commit is contained in:
parent
b0d217ba10
commit
4564ac62c5
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-05 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
PR libstdc++/38384
|
||||
* crossconfig.m4: Define HAVE_FABSF for hpux crosses.
|
||||
|
||||
2009-01-05 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* configure.ac (GLIBCXX_CHECK_STANDARD_LAYOUT): Remove invocation.
|
||||
|
|
4
libstdc++-v3/configure
vendored
4
libstdc++-v3/configure
vendored
|
@ -81407,6 +81407,10 @@ _ACEOF
|
|||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_COPYSIGNF 1
|
||||
_ACEOF
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_FABSF 1
|
||||
_ACEOF
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
|
|
|
@ -111,6 +111,7 @@ case "${host}" in
|
|||
GLIBCXX_CHECK_COMPLEX_MATH_SUPPORT
|
||||
AC_DEFINE(HAVE_COPYSIGN)
|
||||
AC_DEFINE(HAVE_COPYSIGNF)
|
||||
AC_DEFINE(HAVE_FABSF)
|
||||
AC_DEFINE(HAVE_FREXPF)
|
||||
AC_DEFINE(HAVE_HYPOT)
|
||||
case "$target" in
|
||||
|
|
Loading…
Add table
Reference in a new issue