diff options
Diffstat (limited to 'lang/gcc34/Makefile')
-rw-r--r-- | lang/gcc34/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 85dda4afe07a..98d8d22fac3c 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -43,10 +43,6 @@ CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} .endif -.if ${ARCH} == alpha -USE_GCC= 3.3+ -.endif - SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION} |