You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
571 B

  1. --- a/userland/configure
  2. +++ b/userland/configure
  3. @@ -3291,7 +3291,7 @@ SYS_LIBS=""
  4. VER=`cat ../kernel/linux/pf_ring.h | grep RING_VERSION | head -1 | cut -d '"' -f 2`
  5. MAJOR_VER=`cat ../kernel/linux/pf_ring.h | grep RING_VERSION | head -1 | cut -d '"' -f 2 | cut -d '.' -f 1`
  6. -NATIVE=`$CC -c -Q -march=native --help=target| grep "march" | xargs | cut -d ' ' -f 2`
  7. +NATIVE=`$CC -c -Q --help=target| grep "march" | xargs | cut -d ' ' -f 2`
  8. if test -f "lib/libs/libpfring_zc_x86_64_$NATIVE.a"; then
  9. CFLAGS="-march=native -mtune=native $CFLAGS"
  10. LIBARCH="_$NATIVE"