Skip to content

libstdc++-v3: Add aligned_alloc to list of funcs in newlib targets #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: zephyr-gcc-12.2.0
Choose a base branch
from
Open
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