summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/freebsd.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-04 22:46:18 +0000
committerobrien <obrien@FreeBSD.org>1999-04-04 22:46:18 +0000
commit2a0996cae883d99dc48c3809e3038397e3cef9c4 (patch)
treea0a26d7b1da6644c44455b8da844e3516255012b /contrib/gcc/config/freebsd.h
parent37d26a8ec7d2f3c83bd90244e277e631e4c229f3 (diff)
downloadFreeBSD-src-2a0996cae883d99dc48c3809e3038397e3cef9c4.zip
FreeBSD-src-2a0996cae883d99dc48c3809e3038397e3cef9c4.tar.gz
Fix space padding that was causing a problem in creating the final
CPP_PREDEFINES.
Diffstat (limited to 'contrib/gcc/config/freebsd.h')
-rw-r--r--contrib/gcc/config/freebsd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h
index e3aa472..bddb786 100644
--- a/contrib/gcc/config/freebsd.h
+++ b/contrib/gcc/config/freebsd.h
@@ -61,8 +61,9 @@ Boston, MA 02111-1307, USA. */
|| !strcmp (STR, "soname") || !strcmp (STR, "defsym") \
|| !strcmp (STR, "assert") || !strcmp (STR, "dynamic-linker"))
-
-#define CPP_FBSD_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=4 -D__FreeBSD_cc_version=400002 -Asystem(unix) -Asystem(FreeBSD)"
+/* Place spaces around this string. We depend on string splicing to produce
+ the final CPP_PREDEFINES value. */
+#define CPP_FBSD_PREDEFINES " -Dunix -D__ELF__ -D__FreeBSD__=4 -D__FreeBSD_cc_version=400002 -Asystem(unix) -Asystem(FreeBSD) "
/* Code generation parameters. */
OpenPOWER on IntegriCloud