- update config.guess/sub to handle aarch64

OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=26
This commit is contained in:
Dirk Mueller 2013-02-03 13:43:32 +00:00 committed by Git OBS Bridge
parent eee27fe6a0
commit fdc70f55be
3 changed files with 1234 additions and 1 deletions

1226
config-guess-update.diff Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Feb 2 15:26:19 UTC 2013 - dmueller@suse.com
- update config.guess/sub to handle aarch64
-------------------------------------------------------------------
Wed Aug 8 13:33:19 UTC 2012 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package make
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -37,6 +37,7 @@ Patch8: make-arglength.patch
# PATCH-FIX-UPSTREAM make-parallel-build.patch dmistar@opensuse.org -- http://savannah.gnu.org/bugs/?30653
Patch9: make-parallel-build.patch
Patch64: make-library-search-path.diff
Patch65: config-guess-update.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -55,6 +56,7 @@ The GNU make command with extensive documentation.
if [ %_lib == lib64 ]; then
%patch64
fi
%patch65
%build
CFLAGS=$RPM_OPT_FLAGS \