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:
parent
d2b677cef6
commit
f4b90f5a5c
@ -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;
|
||||
|
@ -35,4 +35,5 @@ CFILES= \
|
||||
tst.probestar.c \
|
||||
|
||||
|
||||
|
||||
.include "../../dtrace.test.mk"
|
||||
|
@ -70,6 +70,7 @@ ${PACKAGE}FILES= \
|
||||
TESTEXES= \
|
||||
tst.NoSpecBuffer.exe \
|
||||
|
||||
|
||||
CFILES= \
|
||||
|
||||
|
||||
|
@ -40,6 +40,4 @@ CFILES= \
|
||||
|
||||
WITH_CTF=YES
|
||||
|
||||
CFLAGS.tst.chasestrings.exe+= -m32
|
||||
|
||||
.include "../../dtrace.test.mk"
|
||||
|
@ -53,8 +53,6 @@ TEST_METADATA.t_dtrace_contrib+= required_memory=\"4g\"
|
||||
uctf)
|
||||
special="
|
||||
WITH_CTF=YES
|
||||
|
||||
CFLAGS.tst.chasestrings.exe+= -m32
|
||||
"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user