Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libstdc++-v3/configure
Original file line number Diff line number Diff line change
Expand Up @@ -29422,6 +29422,8 @@ else

$as_echo "#define HAVE_MEMALIGN 1" >>confdefs.h

$as_echo "#define HAVE_ALIGNED_ALLOC 1" >>confdefs.h

elif test "x$with_headers" != "xno"; then

# Base decisions on target environment.
Expand Down
1 change: 1 addition & 0 deletions libstdc++-v3/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ else

AC_DEFINE(HAVE_ICONV)
AC_DEFINE(HAVE_MEMALIGN)
AC_DEFINE(HAVE_ALIGNED_ALLOC)
elif test "x$with_headers" != "xno"; then
GLIBCXX_CROSSCONFIG
fi
Expand Down