We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 166fcf8 + c3d9146 commit 2d6e62fCopy full SHA for 2d6e62f
tests/run.src/misc.at
@@ -498,7 +498,8 @@ AT_DATA([caller.cob], [
498
499
AT_CHECK([${COMPILE_MODULE} -c callee.cob])
500
AT_CHECK([${COMPILE} -c caller.cob])
501
-AT_CHECK([${COMPILE} -o prog caller.${OBJEXT} callee.${OBJEXT}])
+AT_CHECK([export COB_LDFLAGS="-z muldefs ${COB_LDFLAGS}"; \
502
+ ${COMPILE} -o prog caller.${OBJEXT} callee.${OBJEXT}])
503
AT_CHECK([./prog], [0], [OK])
504
505
AT_CLEANUP
0 commit comments