diff options
Diffstat (limited to 'usr/src/test')
| -rw-r--r-- | usr/src/test/elf-tests/tests/relocs/i386/got32x/got32x.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/test/elf-tests/tests/relocs/i386/got32x/got32x.sh b/usr/src/test/elf-tests/tests/relocs/i386/got32x/got32x.sh index 1b468ef0d0..34847715c1 100644 --- a/usr/src/test/elf-tests/tests/relocs/i386/got32x/got32x.sh +++ b/usr/src/test/elf-tests/tests/relocs/i386/got32x/got32x.sh @@ -53,7 +53,7 @@ if (( $? != 0 )); then exit 1; fi -gcc got32x.o -o got32x +gcc -m32 got32x.o -o got32x if (( $? != 0 )); then print -u2 "Couldn't link ${TESTDIR}/got32x.s" exit 1; |
