mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Toolchain/GCC: Declare we don't have memalign
I'm not even sure if this is a hack. However, we don't implement memalign so it's necessary to tell GCC so it doesn't go looking for it in their implementation of `new`
This commit is contained in:
parent
f3490f9327
commit
41ea37f25a
Notes:
sideshowbarker
2024-07-17 21:29:23 +09:00
Author: https://github.com/MartinBriza Commit: https://github.com/SerenityOS/serenity/commit/41ea37f25a4 Pull-request: https://github.com/SerenityOS/serenity/pull/11275 Issue: https://github.com/SerenityOS/serenity/issues/152 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/linusg ✅
1 changed files with 9 additions and 1 deletions
|
@ -368,7 +368,15 @@ index 326a279c5..6b76901dc 100755
|
|||
if test x$gcc_no_link = xyes; then
|
||||
# Setting cross_compile will disable run tests; it will
|
||||
# also disable AC_CHECK_FILE but that's generally
|
||||
@@ -29270,6 +29262,5986 @@ else
|
||||
@@ -29264,6 +29256,5 @@ if
|
||||
|
||||
$as_echo "#define HAVE_ICONV 1" >>confdefs.h
|
||||
|
||||
- $as_echo "#define HAVE_MEMALIGN 1" >>confdefs.h
|
||||
|
||||
else
|
||||
|
||||
@@ -29270,6 +29261,5986 @@ else
|
||||
|
||||
# Base decisions on target environment.
|
||||
case "${host}" in
|
||||
|
|
Loading…
Reference in a new issue