summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2002-10-10 04:56:35 +0000
committerkan <kan@FreeBSD.org>2002-10-10 04:56:35 +0000
commitcba39ebdcd9fb48760e48fe5b317ac273e7b8c11 (patch)
treebfa8dd87652e7a5dffac7242ef202efcc8a0234d /gnu
parent897ceed212077919060bf6dd60e2c91252d6aad7 (diff)
downloadFreeBSD-src-cba39ebdcd9fb48760e48fe5b317ac273e7b8c11.zip
FreeBSD-src-cba39ebdcd9fb48760e48fe5b317ac273e7b8c11.tar.gz
Add multilib_options variable definition.
Approved by: obrien
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 3d8511f..823a5af 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -114,6 +114,7 @@ multilib.h:
echo 'static const char *const multilib_matches_raw[] = { \
"maout maout;", "melf melf;", NULL };' >> ${.TARGET}
echo 'static const char *multilib_extra = "";' >> ${.TARGET}
+ echo 'static const char *multilib_options = "";'>> ${.TARGET}
echo 'static const char *const multilib_exclusions_raw[] = { \
NULL };' >> ${.TARGET}
OpenPOWER on IntegriCloud