diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-11-12 17:20:18 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-11-12 17:20:18 +0000 |
| commit | 5fbbc222c809dc1da75590d2ff48592da7a34233 (patch) | |
| tree | f1e172e71559ebd572f16647203a27e631184ee6 /gnu | |
| parent | 1170f3d12ebd03d02f8bb4f075319f461e38d7d9 (diff) | |
| parent | 542aef4874baf2030a1e5fd995419e25398252d4 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libgcc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 2021c8c737cc..73fb1bebc89f 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -15,6 +15,10 @@ MK_SSP= no .include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt" +.if ${TARGET_CPUARCH} == "sparc64" +LIB= gcc +.endif + .PATH: ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}/config ${GCCDIR} CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \ |
