Accepting request 150874 from Base:System

- Add config-guess-update.diff:
  update config.guess/sub to handle aarch64

OBS-URL: https://build.opensuse.org/request/show/150874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2013-02-04 17:00:35 +00:00 committed by Git OBS Bridge
commit 1ad6378e13
3 changed files with 1235 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,9 @@
-------------------------------------------------------------------
Sat Feb 2 15:26:19 UTC 2013 - dmueller@suse.com
- Add config-guess-update.diff:
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 \