diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-04-23 05:18:35 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-04-23 05:18:35 +0000 |
commit | 3d73b7ae758eb887dbd31b2a96a563dc7debe340 (patch) | |
tree | f30857be73be2d9b9aa2996548909312f81245c1 /packages/binutils/binutils_2.18.bb | |
parent | 0bb7eb9614eed4ad395ba3ca90b9a58177fdd878 (diff) |
Add libm=yes to target gas builds on uclibc.
Diffstat (limited to 'packages/binutils/binutils_2.18.bb')
-rw-r--r-- | packages/binutils/binutils_2.18.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/binutils/binutils_2.18.bb b/packages/binutils/binutils_2.18.bb index de13f88142..ada367fe70 100644 --- a/packages/binutils/binutils_2.18.bb +++ b/packages/binutils/binutils_2.18.bb @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r3" require binutils.inc @@ -11,6 +11,7 @@ SRC_URI = "\ file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \ file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \ file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ + file://binutils-uclibc-gas-needs-libm.patch;patch=1 \ " # powerpc patches |