|
From: | Jacob Bachmeyer |
Subject: | What is the correct behavior for default_target_compile when type is "none"? |
Date: | Thu, 23 May 2019 22:43:55 -0500 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0 |
I have gathered lists of recognized types and options from the code and am now perplexed at what type "none" is actually supposed to do -- the current implementation ends up invoking the compiler with no specified mode or output, which produces a.out as an executable here.
I understand allowing no output file with "preprocess" -- GCC emits the preprocessed output on stdout, which becomes the return value of default_target_compile. But what is type "none" supposed to do?
-- Jacob
[Prev in Thread] | Current Thread | [Next in Thread] |