From: Jakub Bogusz Date: Sun, 30 May 2004 12:04:05 +0000 (+0000) Subject: - fixed --host/--build X-Git-Tag: GCC_3_3~7 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=a3ee301ca9e67495cd5a1c3d3d3015c69cf0ee35;p=packages%2Fcrossppc-gcc.git - fixed --host/--build Changed files: crossppc-gcc.spec -> 1.5 --- diff --git a/crossppc-gcc.spec b/crossppc-gcc.spec index 030ac68..d26e099 100644 --- a/crossppc-gcc.spec +++ b/crossppc-gcc.spec @@ -69,8 +69,8 @@ TEXCONFIG=false ../configure \ --with-newlib \ --without-x \ --target=%{target} \ - --host=i686-pld-linux-gnu \ - --build=i686-pld-linux-gnu + --host=%{_target_platform} \ + --build=%{_target_platform} PATH=$PATH:/sbin:%{_sbindir}