diff options
author | midipix <writeonce@midipix.org> | 2017-12-15 08:41:18 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-12-15 08:41:18 -0500 |
commit | 25ca4eec0d68d389ec497412266fcb9d5e3e59cf (patch) | |
tree | 91dd5408ed23d232b11c9d118499b175b7e971d0 /gcc | |
parent | 48b240ad113408eaf0ae7ab4b8da95e4d5aba511 (diff) | |
download | cbb-gcc-4.6.4-25ca4eec0d68d389ec497412266fcb9d5e3e59cf.tar.bz2 cbb-gcc-4.6.4-25ca4eec0d68d389ec497412266fcb9d5e3e59cf.tar.xz |
midipix targets: specs: added -mforeign and -mconsole support.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/midipix.opt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/i386/midipix.opt b/gcc/config/i386/midipix.opt index 541e3cab8..3b6d4c235 100644 --- a/gcc/config/i386/midipix.opt +++ b/gcc/config/i386/midipix.opt @@ -59,4 +59,12 @@ mvrfs Target default to a virtual root file system (aka standalone application) +mforeign +Target +do not link crti.o into the output executable or dynamic library + +mconsole +Target +set image subsystem to `console' (default is `windows') + ; Retain blank line above |