From a3ee301ca9e67495cd5a1c3d3d3015c69cf0ee35 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 30 May 2004 12:04:05 +0000 Subject: [PATCH] - fixed --host/--build Changed files: crossppc-gcc.spec -> 1.5 --- crossppc-gcc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.44.0