summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/lib/libgcc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index bde2769..f64b34d 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -97,11 +97,7 @@ tm.h:
echo '#include "svr4.h"' >> ${.TARGET}
.endif
echo '#include <freebsd.h>' >> ${.TARGET}
-.if ${MACHINE_ARCH} == "alpha"
- echo '#include "${MACHINE_ARCH}/freebsd4.h"' >> ${.TARGET}
-.else
echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
-.endif
.if ${MACHINE_ARCH} == "i386"
echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET}
.endif
OpenPOWER on IntegriCloud