mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Remove automake/autoconf from rtems 6 tools
These are unneeded with the waf build system. Closes #4081.
This commit is contained in:
parent
7f7f00dbdc
commit
a178eba2a4
@ -1,9 +0,0 @@
|
|||||||
%define release 1
|
|
||||||
%define rtems_arch none
|
|
||||||
|
|
||||||
%include 6/rtems-base.bset
|
|
||||||
|
|
||||||
package: rtems-%{rtems_version}-autotools-%{_host}-%{release}
|
|
||||||
|
|
||||||
tools/rtems-autoconf-2.69-1
|
|
||||||
tools/rtems-automake-1.12.6-1
|
|
@ -1,11 +0,0 @@
|
|||||||
#
|
|
||||||
# Do not use via the command line.
|
|
||||||
#
|
|
||||||
|
|
||||||
%define _internal_autotools yes
|
|
||||||
%define _disable_collecting yes
|
|
||||||
%define _disable_packaging yes
|
|
||||||
%define _disable_reporting yes
|
|
||||||
%define _disable_installing yes
|
|
||||||
|
|
||||||
%include 6/rtems-autotools-base.bset
|
|
@ -1,25 +0,0 @@
|
|||||||
#
|
|
||||||
# Autoconf and automake are not relocatable and cannot be cross-compiled.
|
|
||||||
# RTEMS uses autoconf and automake and building RTEMS in the RSB requires
|
|
||||||
# bootstrapping and this requires a current autoconf and automake. The RSB
|
|
||||||
# provides to support by:
|
|
||||||
#
|
|
||||||
# 1. Building and installing autoconf and automake with a prefix to a
|
|
||||||
# temporary internal path.
|
|
||||||
# 2. Using the temporary internal build, build and install another copy
|
|
||||||
# using the final prefix location.
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# A magic internal path that would break if changes in the defaults.mc
|
|
||||||
# macro file are made.
|
|
||||||
#
|
|
||||||
%define _internal_autotools_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
|
|
||||||
|
|
||||||
#
|
|
||||||
# Disable emailing reports of this building for RTEMS.
|
|
||||||
#
|
|
||||||
%define mail_disable
|
|
||||||
|
|
||||||
6/rtems-autotools-internal
|
|
||||||
6/rtems-autotools-base
|
|
@ -3,8 +3,6 @@
|
|||||||
#
|
#
|
||||||
%include 6/rtems-base.bset
|
%include 6/rtems-base.bset
|
||||||
|
|
||||||
6/rtems-autotools
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build gdb first to raise the Python install error as early as possible.
|
# Build gdb first to raise the Python install error as early as possible.
|
||||||
# GDB needs expat so it needs to be built before.
|
# GDB needs expat so it needs to be built before.
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
#
|
#
|
||||||
%include 6/rtems-base.bset
|
%include 6/rtems-base.bset
|
||||||
|
|
||||||
6/rtems-autotools
|
|
||||||
|
|
||||||
devel/dtc-1.6.0-1
|
devel/dtc-1.6.0-1
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user