[Buildroot] rpm5

Arnout Vandecappelle arnout at mind.be
Thu Oct 11 22:45:01 UTC 2012


On 12/10/12 00:27, Alexander Khryukin wrote:
> I wrote a simple patch that enables support of -lgomp instead of $LIB_GOMP macro

  LIB_GOMP should have been set to -lgomp if openmp is enabled, so that patch
wouldn't do much AFAICS.

  Oh, but now I see the real issue: in beecrypt's acinclude.m4, they check for
$OPENMP_CFLAGS to decide if OPENMP_LIBS should be set.  But you don't need to
pass any option to enable openmp, so $OPENMP_CFLAGS is empty...  Instead it
should check for $ac_cv_prog_c_openmp.

  Since AFAIK we have no toolchain that supports OpenMP in buildroot, I'm not
sure if it makes sense to patch it in buildroot...

  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F


More information about the buildroot mailing list