diff options
author | markj <markj@FreeBSD.org> | 2014-08-14 16:45:01 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2014-08-14 16:45:01 +0000 |
commit | 599cdb2d596f1aec1ed6a3f5898de4d83386711f (patch) | |
tree | dc2ea887c0d020f5312244b432791777bf9f7ec9 /etc/rc.shutdown | |
parent | 5c82afaaa3816969f8f3ab068dd1511dc54a1098 (diff) | |
download | FreeBSD-src-599cdb2d596f1aec1ed6a3f5898de4d83386711f.zip FreeBSD-src-599cdb2d596f1aec1ed6a3f5898de4d83386711f.tar.gz |
MFC r257877:
Don't try to use the 32-bit drti.o unless the data model is explicitly set
to ILP32. Otherwise dtrace -G will attempt to use it on amd64 if it can't
determine which data model to use, which happens when -64 is omitted and
no object files are provided, e.g. with
# dtrace -G -n BEGIN
This would result in a linker error, but now works properly.
Also remove an unnecessary #ifdef.
Diffstat (limited to 'etc/rc.shutdown')
0 files changed, 0 insertions, 0 deletions