[haiku-commits] haiku: hrev46162 - src/system/libroot/posix/glibc/arch/x86_64

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 1 Oct 2013 23:33:47 +0200 (CEST)

hrev46162 adds 1 changeset to branch 'master'
old head: 4d07fb53d0080d836eeb86c88d4147cc053f58f1
new head: a2a5b2821428dad11d1f078a25bfd332e0a73f53
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=a2a5b28+%5E4d07fb5

----------------------------------------------------------------------------

a2a5b28: Fixed x86_64 broken build introduced in hrev46161.

                                   [ Jérôme Duval <jerome.duval@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46162
Commit:      a2a5b2821428dad11d1f078a25bfd332e0a73f53
URL:         http://cgit.haiku-os.org/haiku/commit/?id=a2a5b28
Author:      Jérôme Duval <jerome.duval@xxxxxxxxx>
Date:        Tue Oct  1 21:31:04 2013 UTC

----------------------------------------------------------------------------

1 file changed, 7 insertions(+), 7 deletions(-)
src/system/libroot/posix/glibc/arch/x86_64/Jamfile | 14 +++++++-------

----------------------------------------------------------------------------

diff --git a/src/system/libroot/posix/glibc/arch/x86_64/Jamfile 
b/src/system/libroot/posix/glibc/arch/x86_64/Jamfile
index 43fdb50..15129e3 100644
--- a/src/system/libroot/posix/glibc/arch/x86_64/Jamfile
+++ b/src/system/libroot/posix/glibc/arch/x86_64/Jamfile
@@ -75,13 +75,13 @@ local genericSources =
        w_atanhl.c w_cosh.c w_coshf.c w_coshl.c w_drem.c w_dremf.c w_dreml.c
        w_exp.c w_exp10.c w_exp10f.c w_exp10l.c w_exp2.c w_exp2f.c w_exp2l.c
        w_expf.c w_expl.c w_fmod.c w_fmodf.c w_fmodl.c w_hypot.c w_hypotf.c
-       w_hypotl.c w_ilogbl.c w_j0.c w_j0f.c w_j0l.c w_j1.c w_j1f.c w_j1l.c 
w_jn.c
-       w_jnf.c w_jnl.c w_lgamma.c w_lgamma_r.c w_lgammaf.c w_lgammaf_r.c
-       w_lgammal.c     w_lgammal_r.c w_log.c w_log10.c w_log10f.c w_log10l.c 
w_log2.c
-       w_log2f.c w_log2l.c w_logf.c w_logl.c w_pow.c w_powf.c w_powl.c
-       w_remainder.c w_remainderf.c w_remainderl.c w_scalb.c w_scalbf.c 
w_scalbl.c
-       w_sinh.c w_sinhf.c w_sinhl.c w_sqrt.c w_sqrtf.c w_sqrtl.c w_tgamma.c
-       w_tgammaf.c     w_tgammal.c
+       w_hypotl.c w_j0.c w_j0f.c w_j0l.c w_j1.c w_j1f.c w_j1l.c w_jn.c w_jnf.c
+       w_jnl.c w_lgamma.c w_lgamma_r.c w_lgammaf.c w_lgammaf_r.c w_lgammal.c
+       w_lgammal_r.c w_log.c w_log10.c w_log10f.c w_log10l.c w_log2.c w_log2f.c
+       w_log2l.c w_logf.c w_logl.c w_pow.c w_powf.c w_powl.c w_remainder.c
+       w_remainderf.c w_remainderl.c w_scalb.c w_scalbf.c w_scalbl.c w_sinh.c
+       w_sinhf.c w_sinhl.c w_sqrt.c w_sqrtf.c w_sqrtl.c w_tgamma.c w_tgammaf.c
+       w_tgammal.c
        ;
 
 local architectureObject ;


Other related posts:

  • » [haiku-commits] haiku: hrev46162 - src/system/libroot/posix/glibc/arch/x86_64 - korli