diff options
Diffstat (limited to 'pr/tests/Makefile')
-rw-r--r-- | pr/tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pr/tests/Makefile b/pr/tests/Makefile index 9c96e3d3..9db675f9 100644 --- a/pr/tests/Makefile +++ b/pr/tests/Makefile @@ -167,8 +167,13 @@ endif ifeq ($(OS_ARCH), IRIX) LDOPTS += -rpath $(PWD)/$(DIST)/lib -rdata_shared +# For 6.x machines, include this flag +ifeq ($(basename $(OS_RELEASE)),6) ifeq ($(USE_N32),1) LDOPTS += -n32 +else +LDOPTS += -32 +endif endif endif |