Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 310963
Collapse All | Expand All

(-)old-ghc-6.12.0.20091010/configure.ac (+6 lines)
Lines 219-224 Link Here
219
        exit 1
219
        exit 1
220
    fi
220
    fi
221
fi
221
fi
222
build=`echo "$build" | sed -e 's/linux-gnu/linux/' -e 's/-pc-/-unknown-/'`
223
build=`echo "$build" | sed -e 's/i[[3-6]]86/i386/'`
222
224
223
if test "$host" = ""
225
if test "$host" = ""
224
then
226
then
Lines 231-236 Link Here
231
        exit 1
233
        exit 1
232
    fi
234
    fi
233
fi
235
fi
236
host=`echo "$host" | sed -e 's/linux-gnu/linux/' -e 's/-pc-/-unknown-/'`
237
host=`echo "$host" | sed -e 's/i[[3-6]]86/i386/'`
234
238
235
if test "$target" = ""
239
if test "$target" = ""
236
then
240
then
Lines 243-248 Link Here
243
        exit 1
247
        exit 1
244
    fi
248
    fi
245
fi
249
fi
250
target=`echo "$target" | sed -e 's/linux-gnu/linux/' -e 's/-pc-/-unknown-/'`
251
target=`echo "$target" | sed -e 's/i[[3-6]]86/i386/'`
246
252
247
exeext=''
253
exeext=''
248
soext='.so'
254
soext='.so'

Return to bug 310963