Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510400 | Differences between
and this patch

Collapse All | Expand All

(-)a/gcc-4.8.2/gcc/config.gcc (+6 lines)
Lines 1227-1232 i[34567]86-*-freebsd*) Link Here
1227
	;;
1227
	;;
1228
x86_64-*-freebsd*)
1228
x86_64-*-freebsd*)
1229
	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
1229
	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
1230
	case ${target} in
1231
	*gentoo*)
1232
		tm_file="${tm_file} i386/freebsd64-multilib.h"
1233
		tmake_file="${tmake_file} i386/t-freebsd64"
1234
		;;
1235
	esac
1230
	;;
1236
	;;
1231
i[34567]86-*-netbsdelf*)
1237
i[34567]86-*-netbsdelf*)
1232
	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1238
	tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
(-)a/gcc-4.8.2/gcc/config/i386/freebsd64-multilib.h (+6 lines)
Line 0 Link Here
1
#undef MULTILIB_DEFAULTS
2
#if TARGET_64BIT_DEFAULT
3
#define MULTILIB_DEFAULTS { "m64" }
4
#else
5
#define MULTILIB_DEFAULTS { "m32" }
6
#endif
(-)a/gcc-4.8.2/gcc/config/i386/t-freebsd64 (+4 lines)
Line 0 Link Here
1
# Copy of t-mingw-w64
2
MULTILIB_OPTIONS = m64/m32
3
MULTILIB_DIRNAMES = 64 32
4
MULTILIB_OSDIRNAMES = ../lib ../lib32

Return to bug 510400