diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-17 07:20:27 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-17 07:20:27 +0000 |
| commit | a8d46c3a9928f25bdcdc6c620315fc8a7d57a7ec (patch) | |
| tree | 5e72911221206cc30a3a5a33654629c3c5c2b086 /gnu/lib | |
| parent | 32458f8c0144f938624a6f0e4d0e6c6fc501c6e3 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libgcc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index bde276955f00..f64b34d6e5c8 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 |
