mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
16 lines
469 B
Diff
16 lines
469 B
Diff
diff -ruwN source/configure source-new/configure
|
|
--- source/configure 2026-05-09 05:38:56.776310501 +0200
|
|
+++ source-new/configure 2026-05-09 05:27:53.969854003 +0200
|
|
@@ -721,6 +721,11 @@
|
|
[ $compiler = GNU ] && RC="${RC-${cross_prefix}windres}" || RC="${RC-rc.exe}"
|
|
fi
|
|
;;
|
|
+ redox*)
|
|
+ SYS="REDOX"
|
|
+ define HAVE_MALLOC_H
|
|
+ libm=""
|
|
+ ;;
|
|
sunos*|solaris*)
|
|
SYS="SunOS"
|
|
define HAVE_MALLOC_H
|