freebsd-ports/graphics/mesa-dri/files/extra-src_gallium_drivers_vc4_Makefile.in
Matthew Rezny 400a948f42 Update the Mesa ports to 17.2.2
Mesa supports both llvm40 and llvm50. The former remains the default as it's
what the OpenCL ports currently require and it's available on more platforms.
2017-10-10 06:47:01 +00:00

11 lines
542 B
Text

--- src/gallium/drivers/vc4/Makefile.in.orig 2017-10-02 15:49:15 UTC
+++ src/gallium/drivers/vc4/Makefile.in
@@ -677,7 +677,7 @@ noinst_LTLIBRARIES = libvc4.la $(am__app
libvc4_la_SOURCES = $(C_SOURCES)
libvc4_la_LIBADD = $(SIM_LIB) $(am__append_5)
@HAVE_ARM_ASM_TRUE@libvc4_neon_la_SOURCES = $(NEON_C_SOURCES)
-@HAVE_ARM_ASM_TRUE@libvc4_neon_la_CFLAGS = $(AM_CFLAGS) -mfpu=neon
+@HAVE_ARM_ASM_TRUE@libvc4_neon_la_CFLAGS = $(AM_CFLAGS) -march=armv7-a -mfpu=neon
libvc4_la_LDFLAGS = $(SIM_LDFLAGS)
EXTRA_DIST = kernel/README
all: all-am