summaryrefslogtreecommitdiffstats
path: root/config/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'config/freebsd')
-rw-r--r--config/freebsd15
1 files changed, 14 insertions, 1 deletions
diff --git a/config/freebsd b/config/freebsd
index 96d918e..4d9d221 100644
--- a/config/freebsd
+++ b/config/freebsd
@@ -5,4 +5,17 @@
#
# See BlankForm in this directory for details.
-. config/linux-gnulibc1
+# The default compiler is `gcc'
+if test "X-" = "X-$CC"; then
+ CC=gcc
+ CC_BASENAME=gcc
+fi
+
+# Architecture-specific flags
+ARCH=
+
+# Omit frame pointer for optimized code?
+NOFP=${NOFP:=-fomit-frame-pointer}
+
+# Figure out compiler flags
+. ./config/gnu-flags