mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9b2aa8fa5e
Nimrod is a statically typed, imperative programming language. Beneath a nice infix/indentation based syntax with a powerful macro system lies a semantic model that supports a soft realtime GC on thread local heaps. Asynchronous message passing is used between threads. PR: ports/174368 Submitted by: Neal Nelson <ports@nicandneal.net>
14 lines
214 B
Bash
14 lines
214 B
Bash
--- build.sh.orig
|
|
+++ build.sh
|
|
@@ -26,10 +26,6 @@
|
|
esac
|
|
done
|
|
|
|
-CC="gcc"
|
|
-LINKER="gcc"
|
|
-COMP_FLAGS="-w -O3 -fno-strict-aliasing$extraBuildArgs"
|
|
-LINK_FLAGS=""
|
|
# platform detection
|
|
ucpu=`uname -m`
|
|
uos=`uname`
|