* Makefile.def: Restore host and target settings for gmp.
* Makefile.in: Rebuild.
This commit is contained in:
parent
1f53ca9a8b
commit
606a9ca083
@ -1,3 +1,8 @@
|
|||||||
|
2009-11-16 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.def: Restore host and target settings for gmp.
|
||||||
|
* Makefile.in: Rebuild.
|
||||||
|
|
||||||
2009-11-16 Alexandre Oliva <aoliva@redhat.com>
|
2009-11-16 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* configure.ac: Add libelf to host_libs. Enable in-tree configury
|
* configure.ac: Add libelf to host_libs. Enable in-tree configury
|
||||||
|
@ -62,7 +62,13 @@ host_modules= { module= gawk; };
|
|||||||
host_modules= { module= gettext; };
|
host_modules= { module= gettext; };
|
||||||
host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
|
host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
|
||||||
extra_configure_flags='--disable-shared';
|
extra_configure_flags='--disable-shared';
|
||||||
no_install= true; };
|
no_install= true;
|
||||||
|
// none-*-* disables asm optimizations, bootstrap-testing
|
||||||
|
// the compiler more thoroughly.
|
||||||
|
host="none-${host_vendor}-${host_os}";
|
||||||
|
// gmp's configure will complain if given anything
|
||||||
|
// different from host for target.
|
||||||
|
target="none-${host_vendor}-${host_os}"; };
|
||||||
host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
|
host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
|
||||||
extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@';
|
extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@';
|
||||||
no_install= true; };
|
no_install= true; };
|
||||||
|
28
Makefile.in
28
Makefile.in
@ -16299,8 +16299,8 @@ configure-gmp:
|
|||||||
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
||||||
libsrcdir="$$s/gmp"; \
|
libsrcdir="$$s/gmp"; \
|
||||||
$(SHELL) $${libsrcdir}/configure \
|
$(SHELL) $${libsrcdir}/configure \
|
||||||
$(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
|
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
|
||||||
--target=${target_alias} $${srcdiroption} --disable-shared \
|
--target=none-${host_vendor}-${host_os} $${srcdiroption} --disable-shared \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
@endif gmp
|
@endif gmp
|
||||||
|
|
||||||
@ -16332,8 +16332,8 @@ configure-stage1-gmp:
|
|||||||
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
||||||
libsrcdir="$$s/gmp"; \
|
libsrcdir="$$s/gmp"; \
|
||||||
$(SHELL) $${libsrcdir}/configure \
|
$(SHELL) $${libsrcdir}/configure \
|
||||||
$(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
|
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
|
||||||
--target=${target_alias} $${srcdiroption} \
|
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
|
||||||
$(STAGE1_CONFIGURE_FLAGS) \
|
$(STAGE1_CONFIGURE_FLAGS) \
|
||||||
--disable-shared
|
--disable-shared
|
||||||
@endif gmp-bootstrap
|
@endif gmp-bootstrap
|
||||||
@ -16365,8 +16365,8 @@ configure-stage2-gmp:
|
|||||||
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
||||||
libsrcdir="$$s/gmp"; \
|
libsrcdir="$$s/gmp"; \
|
||||||
$(SHELL) $${libsrcdir}/configure \
|
$(SHELL) $${libsrcdir}/configure \
|
||||||
$(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
|
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
|
||||||
--target=${target_alias} $${srcdiroption} \
|
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
|
||||||
--with-build-libsubdir=$(HOST_SUBDIR) \
|
--with-build-libsubdir=$(HOST_SUBDIR) \
|
||||||
$(STAGE2_CONFIGURE_FLAGS) \
|
$(STAGE2_CONFIGURE_FLAGS) \
|
||||||
--disable-shared
|
--disable-shared
|
||||||
@ -16399,8 +16399,8 @@ configure-stage3-gmp:
|
|||||||
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
||||||
libsrcdir="$$s/gmp"; \
|
libsrcdir="$$s/gmp"; \
|
||||||
$(SHELL) $${libsrcdir}/configure \
|
$(SHELL) $${libsrcdir}/configure \
|
||||||
$(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
|
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
|
||||||
--target=${target_alias} $${srcdiroption} \
|
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
|
||||||
--with-build-libsubdir=$(HOST_SUBDIR) \
|
--with-build-libsubdir=$(HOST_SUBDIR) \
|
||||||
$(STAGE3_CONFIGURE_FLAGS) \
|
$(STAGE3_CONFIGURE_FLAGS) \
|
||||||
--disable-shared
|
--disable-shared
|
||||||
@ -16433,8 +16433,8 @@ configure-stage4-gmp:
|
|||||||
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
||||||
libsrcdir="$$s/gmp"; \
|
libsrcdir="$$s/gmp"; \
|
||||||
$(SHELL) $${libsrcdir}/configure \
|
$(SHELL) $${libsrcdir}/configure \
|
||||||
$(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
|
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
|
||||||
--target=${target_alias} $${srcdiroption} \
|
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
|
||||||
--with-build-libsubdir=$(HOST_SUBDIR) \
|
--with-build-libsubdir=$(HOST_SUBDIR) \
|
||||||
$(STAGE4_CONFIGURE_FLAGS) \
|
$(STAGE4_CONFIGURE_FLAGS) \
|
||||||
--disable-shared
|
--disable-shared
|
||||||
@ -16467,8 +16467,8 @@ configure-stageprofile-gmp:
|
|||||||
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
||||||
libsrcdir="$$s/gmp"; \
|
libsrcdir="$$s/gmp"; \
|
||||||
$(SHELL) $${libsrcdir}/configure \
|
$(SHELL) $${libsrcdir}/configure \
|
||||||
$(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
|
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
|
||||||
--target=${target_alias} $${srcdiroption} \
|
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
|
||||||
--with-build-libsubdir=$(HOST_SUBDIR) \
|
--with-build-libsubdir=$(HOST_SUBDIR) \
|
||||||
$(STAGEprofile_CONFIGURE_FLAGS) \
|
$(STAGEprofile_CONFIGURE_FLAGS) \
|
||||||
--disable-shared
|
--disable-shared
|
||||||
@ -16501,8 +16501,8 @@ configure-stagefeedback-gmp:
|
|||||||
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
srcdiroption="--srcdir=$${topdir}/gmp"; \
|
||||||
libsrcdir="$$s/gmp"; \
|
libsrcdir="$$s/gmp"; \
|
||||||
$(SHELL) $${libsrcdir}/configure \
|
$(SHELL) $${libsrcdir}/configure \
|
||||||
$(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
|
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
|
||||||
--target=${target_alias} $${srcdiroption} \
|
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
|
||||||
--with-build-libsubdir=$(HOST_SUBDIR) \
|
--with-build-libsubdir=$(HOST_SUBDIR) \
|
||||||
$(STAGEfeedback_CONFIGURE_FLAGS) \
|
$(STAGEfeedback_CONFIGURE_FLAGS) \
|
||||||
--disable-shared
|
--disable-shared
|
||||||
|
Loading…
x
Reference in New Issue
Block a user