diff options
Diffstat (limited to 'lang/gcc-ooo/Makefile')
-rw-r--r-- | lang/gcc-ooo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index d7b65c3a0435..2a315db2fd2a 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -42,6 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} +.else +CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} .endif .if ${ARCH} == ia64 || ${ARCH} == sparc64 |