about gcc vendor string
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: about gcc vendor string
- From: hitmoon <zhaoxiaoqiang007@xxxxxxxxx>
- Date: Mon, 23 Jun 2014 13:24:31 +0800
- Authentication-results: sourceware.org; auth=none
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
Hi, everyone there:
I need to build gcc with a different vendor string, eg.
x86_64-vendor-linux. Now i have a gcc as x86_64-redhat-linux, how can I
do that?
As far as i know, in the native build case, the new gcc will be
'x86_64-redhat-linux'. If I specify --target=x86_64-vendor-linux, the
build will become a cross build. It seems that I am building a cross
compiler, which is not the case. Since the only difference is the
'vendor' part.
Is there a guide about how to build gcc with different vendor
string in native build way?
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]