summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-11 04:50:51 +0000
committerobrien <obrien@FreeBSD.org>2000-11-11 04:50:51 +0000
commit19fd5b1366ed56e3e62899a5bfbda6d2c3969f38 (patch)
tree7b1c8f8564ad502b6a97ec4dca4181a689e30296 /contrib
parent112e7300f87f8e47692b24d22b117947e8195cb0 (diff)
downloadFreeBSD-src-19fd5b1366ed56e3e62899a5bfbda6d2c3969f38.zip
FreeBSD-src-19fd5b1366ed56e3e62899a5bfbda6d2c3969f38.tar.gz
Properly format the SUBTARGET_SWITCHES so that ``gcc -v --help'' prints
them out. PR: 19326 Submitted by: Naohiko Tsuji <yakisoba@f2.dion.ne.jp>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc/config/i386/freebsd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h
index d4a0358..a20d4f9 100644
--- a/contrib/gcc/config/i386/freebsd.h
+++ b/contrib/gcc/config/i386/freebsd.h
@@ -140,12 +140,12 @@ Boston, MA 02111-1307, USA. */
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
- { "profiler-epilogue", MASK_PROFILER_EPILOGUE}, \
- { "no-profiler-epilogue", -MASK_PROFILER_EPILOGUE}, \
- { "aout", MASK_AOUT}, \
- { "no-aout", -MASK_AOUT}, \
- { "underscores", MASK_UNDERSCORES}, \
- { "no-underscores", -MASK_UNDERSCORES},
+ { "profiler-epilogue", MASK_PROFILER_EPILOGUE, "Function profiler epilogue"}, \
+ { "no-profiler-epilogue", -MASK_PROFILER_EPILOGUE, "No function profiler epilogue"}, \
+ { "aout", MASK_AOUT, "Generate an a.out (vs. ELF) binary"}, \
+ { "no-aout", -MASK_AOUT, "Do not generate an a.out binary"}, \
+ { "underscores", MASK_UNDERSCORES, "Add leading underscores to symbols"}, \
+ { "no-underscores", -MASK_UNDERSCORES, "Do not add leading underscores to symbols"},
/* This goes away when the math emulator is fixed. */
#undef TARGET_DEFAULT
OpenPOWER on IntegriCloud