Re: gmp/mpfr - build, host, or target?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



NightStrike wrote:

> host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
>                 extra_configure_flags='--disable-shared';
>                 no_install= true;
>                 host="none-${host_vendor}-${host_os}";
>                 target="none-${host_vendor}-${host_os}"; };
> host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
>                 extra_configure_flags='--disable-shared
> --with-gmp-build=$$r/$(HOST_SUBDIR)/gmp';
>                 no_install= true;
>                 host="none-${host_vendor}-${host_os}";
>                 target="none-${host_vendor}-${host_os}"; };

Okay, you're right it is adding target, but I can't see any reason for
it to do that (nor should it have any effect.)

Brian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux