English 中文(简体)
某些固定装置和电离层——植被=some积之间有什么区别?
原标题:What difference between some-prefix-gcc and gcc --target=some-prefix?

我想使用另一个版本的<代码>gcc(newer),但不想取代原有的<有些-prefix>-gcc 可执行。

我必须使用哪一个编造旗来复制<代码>< Some-prefix>-gcc的行为? I knowledge about -prefix and -target 大楼里的旗帜,但我不想打上特定的电梯。

不同工具链中的<代码>/my/new/gcc_target=some-prefix(<some-prefix>-ld,<some-prefix>-as 。 因此,我想把我版本的海湾合作委员会作为前端,把原来的工具链作为后端(不仅包括可起诉的,也包括/平衡)。

哪些新增旗帜可帮助我把<条码>gcc用于“<”;有些-prefix>-as作为后端?

问题回答

您可使用<条码>-B dir,以表示可在<条码>上查阅其需要的其他可执行事项,但您可指示其使用不同的<条码>和代号;一些前身;,因为该套标准是在电离层时建立的。 您还可以(一般)从一个版本的电梯和校准器中混合,并同时使用。

你可以创建新的目录,与你想要的背后工具有条不紊的链接,将连接点命名为希望找到这些工具的电线,然后使用<代码>-B,以指示其研究这一条码。 但是,如果它不工作,就不会感到惊讶。





相关问题
gcc -fPIC seems to muck with optimization flags

Following along from this question: how-do-i-check-if-gcc-is-performing-tail-recursion-optimization, I noticed that using gcc with -fPIC seems to destroy this optimization. I am creating a shared ...

Generate assembler code from C file in linux

I would like to know how to generate assembler code from a C program using Unix. I tried the gcc: gcc -c file.c I also used firstly cpp and then try as but I m getting errors. I m trying to build an ...

Getting rid of pre-compiled headers

OK, I have old Metrowerks code for Mac and Windows where the previous developer used pre-compiled headers for every project that this code base builds. How does one get rid of Pre-compiled headers, ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

How to compile for Mac OS X 10.5

I d like to compile my application for version 10.5 and forward. Ever since I upgraded to Snow Leopard and installed the latest XCode, gcc defaults to 10.6. I ve tried -isysroot /Developer/SDKs/...

热门标签