Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Commit

Permalink
Remove core.sys.freebsd.execinfo from RT_FREEBSD_OBJS
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Aug 22, 2015
1 parent 7da886a commit 5b32a80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libphobos/libdruntime/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RT_STDC_OBJS=core/stdc/config.o core/stdc/ctype.o core/stdc/errno.o \

RT_LINUX_OBJS=

RT_FREEBSD_OBJS=core/sys/freebsd/execinfo.o core/sys/freebsd/sys/event.o
RT_FREEBSD_OBJS=core/sys/freebsd/sys/event.o

RT_OSX_OBJS=core/sys/osx/mach/kern_return.o core/sys/osx/mach/port.o \
core/sys/osx/mach/semaphore.o core/sys/osx/mach/thread_act.o \
Expand Down
2 changes: 1 addition & 1 deletion libphobos/libdruntime/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ RT_STDC_OBJS = core/stdc/config.o core/stdc/ctype.o core/stdc/errno.o \
core/stdc/time.o core/stdc/wchar_.o

RT_LINUX_OBJS =
RT_FREEBSD_OBJS = core/sys/freebsd/execinfo.o core/sys/freebsd/sys/event.o
RT_FREEBSD_OBJS = core/sys/freebsd/sys/event.o
RT_OSX_OBJS = core/sys/osx/mach/kern_return.o core/sys/osx/mach/port.o \
core/sys/osx/mach/semaphore.o core/sys/osx/mach/thread_act.o \
core/sys/osx/pthread.o
Expand Down
3 changes: 3 additions & 0 deletions libphobos/libdruntime/core/sys/freebsd/execinfo.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
*/
module core.sys.freebsd.execinfo;

version (GNU) {} // use gcc.backtrace
else:

version (FreeBSD):
extern (C):
nothrow:
Expand Down

0 comments on commit 5b32a80

Please sign in to comment.