Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[glibc] Added gnu target, contributes to jb#36174
  • Loading branch information
Marko Kenttälä authored and mkosola committed Feb 18, 2019
1 parent 1ad20ab commit 84d67eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions glibc.changes
@@ -1,3 +1,6 @@
* Mon Jan 21 2019 Marko Kenttälä <marko.kenttala@jolla.com> - 2.25-git3
- Added gnu target, contributes to jb#36174

* Mon Nov 12 2018 Marko Kenttälä <marko.kenttala@jolla.com> - 2.25+git1
- Upgrade to glibc-2.25, fixes jb#36174

Expand Down Expand Up @@ -217,11 +220,11 @@
- Update to 2.11.90
- Removed obseleted stuffs and removed Hardlink of locale-archive

* Fri Nov 11 2009 Arjan van de Ven <arjan@linux.intel.com> - 2.10.90
* Wed Nov 11 2009 Arjan van de Ven <arjan@linux.intel.com> - 2.10.90
- add atom specific memcpy() functions
- use -mtune=atom

* Thu Sep 16 2009 Austin Zhang <austin.zhang@intel.com> - 2.10.90
* Wed Sep 16 2009 Austin Zhang <austin.zhang@intel.com> - 2.10.90
- Update to latest snapshot -335

* Sat Aug 22 2009 Anas Nashif <anas.nashif@intel.com> - 2.10.90
Expand Down
9 changes: 6 additions & 3 deletions glibc.spec
@@ -1,8 +1,8 @@
Name: glibc

Summary: GNU C library shared libraries
Version: 2.25+git1
Release: 1
Version: 2.25+git3
Release: 0
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
Group: System/Libraries
URL: http://www.gnu.org/software/libc/
Expand Down Expand Up @@ -60,6 +60,7 @@ BuildRequires: gcc >= 3.2
%define nptl_target_cpu %{_target_cpu}
%endif
%endif
%define target %{nptl_target_cpu}-meego-linux-gnu

# Need AS_NEEDED directive
# Need --hash-style=* support
Expand Down Expand Up @@ -240,7 +241,9 @@ export MAKEINFO=:
%ifarch %{multiarcharches}
--enable-multi-arch \
%endif
--disable-profile --enable-obsolete-rpc
--disable-profile --enable-obsolete-rpc \
--enable-stack-protector=strong \
--build=%{target}

make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS"

Expand Down

0 comments on commit 84d67eb

Please sign in to comment.