This repository was archived by the owner on Jun 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4570,9 +4570,11 @@ case "$d_target_os" in
45704570 D_EXTRA_OBJS=" $D_EXTRA_OBJS \$ (OSX_OBJS)"
45714571 ;;
45724572 freebsd* |k* bsd* -gnu)
4573+ DRUNTIME_OBJS=" $DRUNTIME_OBJS \$ (RT_FREEBSD_OBJS)"
45734574 D_EXTRA_OBJS=" $D_EXTRA_OBJS \$ (FREEBSD_OBJS)"
45744575 ;;
4575- linux* ) D_EXTRA_OBJS=" $D_EXTRA_OBJS \$ (LINUX_OBJS)"
4576+ linux* ) DRUNTIME_OBJS=" $DRUNTIME_OBJS \$ (RT_LINUX_OBJS)"
4577+ D_EXTRA_OBJS=" $D_EXTRA_OBJS \$ (LINUX_OBJS)"
45764578 ;;
45774579 mingw* ) DRUNTIME_OBJS=" $DRUNTIME_OBJS \$ (RT_STDC_OBJS)"
45784580 DRUNTIME_OBJS=" $DRUNTIME_OBJS \$ (RT_WINDOWS_OBJS)"
Original file line number Diff line number Diff line change @@ -320,9 +320,11 @@ case "$d_target_os" in
320320 D_EXTRA_OBJS="$D_EXTRA_OBJS \$(OSX_OBJS)"
321321 ;;
322322 freebsd*|k*bsd*-gnu)
323+ DRUNTIME_OBJS="$DRUNTIME_OBJS \$(RT_FREEBSD_OBJS)"
323324 D_EXTRA_OBJS="$D_EXTRA_OBJS \$(FREEBSD_OBJS)"
324325 ;;
325- linux*) D_EXTRA_OBJS="$D_EXTRA_OBJS \$(LINUX_OBJS)"
326+ linux*) DRUNTIME_OBJS="$DRUNTIME_OBJS \$(RT_LINUX_OBJS)"
327+ D_EXTRA_OBJS="$D_EXTRA_OBJS \$(LINUX_OBJS)"
326328 ;;
327329 mingw*) DRUNTIME_OBJS="$DRUNTIME_OBJS \$(RT_STDC_OBJS)"
328330 DRUNTIME_OBJS="$DRUNTIME_OBJS \$(RT_WINDOWS_OBJS)"
You can’t perform that action at this time.
0 commit comments