Revert r326181 for now.

We can't link an executable using -m32 until the lib32 phase of a
buildworld, though the build works fine when executing make from
cddl/usr.sbin/dtrace/tests. Some other solution will need to be found.
This commit is contained in:
Mark Johnston 2017-11-27 17:54:17 +00:00
parent d2b677cef6
commit f4b90f5a5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326285
5 changed files with 3 additions and 5 deletions

View File

@ -38,7 +38,7 @@ fi
./$exe &
pid=$!
$dtrace -32 -qs /dev/stdin <<EOF
$dtrace -qs /dev/stdin <<EOF
typedef struct info {
char *zi_gamename;
int zi_ndungeons;

View File

@ -35,4 +35,5 @@ CFILES= \
tst.probestar.c \
.include "../../dtrace.test.mk"

View File

@ -70,6 +70,7 @@ ${PACKAGE}FILES= \
TESTEXES= \
tst.NoSpecBuffer.exe \
CFILES= \

View File

@ -40,6 +40,4 @@ CFILES= \
WITH_CTF=YES
CFLAGS.tst.chasestrings.exe+= -m32
.include "../../dtrace.test.mk"

View File

@ -53,8 +53,6 @@ TEST_METADATA.t_dtrace_contrib+= required_memory=\"4g\"
uctf)
special="
WITH_CTF=YES
CFLAGS.tst.chasestrings.exe+= -m32
"
;;
esac