From cba39ebdcd9fb48760e48fe5b317ac273e7b8c11 Mon Sep 17 00:00:00 2001 From: kan Date: Thu, 10 Oct 2002 04:56:35 +0000 Subject: Add multilib_options variable definition. Approved by: obrien --- gnu/usr.bin/cc/cc_tools/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') 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} -- cgit v1.1