diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-22 17:13:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-22 17:13:33 +0000 |
commit | a2e4a83ec1831e9a1f7f61f88a818162723a006f (patch) | |
tree | 355e3ea003bf6cf5c92c4352f702b2712d560903 /lang/gcc40 | |
parent | d35fa4ea5334671c99f971404d73a17c457b5a33 (diff) | |
download | ports-a2e4a83ec1831e9a1f7f61f88a818162723a006f.tar.gz ports-a2e4a83ec1831e9a1f7f61f88a818162723a006f.zip |
Notes
Diffstat (limited to 'lang/gcc40')
-rw-r--r-- | lang/gcc40/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index d7b65c3a0435..2a315db2fd2a 100644 --- a/lang/gcc40/Makefile +++ b/lang/gcc40/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 |