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

Collapse All | Expand All

(-)pearpc-0.5_original/configure.in (-1 / +4 lines)
Lines 130-135 Link Here
130
jitc_x86*)
130
jitc_x86*)
131
	CPU_DIR="cpu_jitc_x86"
131
	CPU_DIR="cpu_jitc_x86"
132
;;	
132
;;	
133
jitc_x86_64*)
134
	CPU_DIR="cpu_jitc_x86_64"
135
;;	
133
generic*)
136
generic*)
134
	CPU_DIR="cpu_generic"
137
	CPU_DIR="cpu_generic"
135
;;	
138
;;	
Lines 146-152 Link Here
146
		CPU_DIR="cpu_jitc_x86"
149
		CPU_DIR="cpu_jitc_x86"
147
	fi
150
	fi
148
;;
151
;;
149
x86_64*)
152
x86_64*|amd64*)
150
	AC_MSG_RESULT([*** x86_64 target system])
153
	AC_MSG_RESULT([*** x86_64 target system])
151
	ARCH_DIR=x86_64
154
	ARCH_DIR=x86_64
152
	if test -z "$CPU_DIR"; then
155
	if test -z "$CPU_DIR"; then

Return to bug 380021