diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2002-10-10 04:56:35 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2002-10-10 04:56:35 +0000 |
| commit | 9734ce03a2d00195ea6cc006d3f98b82093caeb1 (patch) | |
| tree | bfa8dd87652e7a5dffac7242ef202efcc8a0234d /gnu/usr.bin | |
| parent | ecbe618435d2524188beafb5f0f98dc7499027f4 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 1 |
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 3d8511fc292b9..823a5af9754cd 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} |
