On Sat, 26 Sep 2015 10:19:30 -0400
Wayne Sallee <[email protected]> wrote:

> Which files do I want to overwrite; with the following source?
> 
> root [ ~ ]# ls /usr/src/gmp/gmp-6.0.0/config.guess
> -rwxr-xr-x 1 gmp gmp 32K Mar 25  2014 /usr/src/gmp/gmp-6.0.0/config.guess
> 
> root [ ~ ]# ls /usr/src/gmp/gmp-6.0.0/config.sub
> -rwxr-xr-x 1 gmp gmp 4.8K Mar 25  2014 /usr/src/gmp/gmp-6.0.0/config.sub
> 
> Do I want to use the above source that are there after running make, or do I 
> want to  extract a clean batch from the 
> original source?
> 
> 
> Wayne Sallee
Overwrite config.sub and config.guess with configfsf.guess and configfsf.sub in 
the gmp source directory and then configure.

cp -v  config{fsf,}.guess
‘configfsf.guess’ -> ‘config.guess’
cp -v config{fsf,}.sub
‘configfsf.sub’ -> ‘config.sub’

Sincerely,
 
William Harrington
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to