1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/lang/x10/files/patch-x10.runtime-Make.rules
Pawel Pekala f6ecfc9f19 IBM Research is developing the open-source X10 programming language to
provide a programming model that can address the architectural challenge
of multiples cores, hardware accelerators, clusters, and supercomputers
in a manner that provides scalable performance in a productive manner.

WWW:	http://x10-lang.org

PR:		ports/163269
Submitted by:	Jason Bacon <jwbacon@tds.net>
2011-12-26 19:15:23 +00:00

16 lines
569 B
Plaintext

--- ../x10.runtime/Make.rules.orig 2011-12-13 14:45:27.000000000 -0600
+++ ../x10.runtime/Make.rules 2011-09-06 10:09:42.000000000 -0500
@@ -253,9 +253,9 @@
override CXXFLAGS += -pthread
override CXXFLAGS_SHARED += -shared -fPIC
export X10RT_TEST_LDFLAGS = -Wl,--rpath -Wl,"$(X10_HOME)"/x10.runtime/x10rt/lib
- ifeq ($(shell uname -m),amd64)
- export X10RT_PLATFORM=freebsd_amd64
- endif
+ #ifeq ($(shell uname -m),amd64)
+ export X10RT_PLATFORM=freebsd_$(shell uname -m)
+ #endif
endif
endif
endif