mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 01:17:17 +08:00
(CC): Pass -b $(host), not target.
From-SVN: r11776
This commit is contained in:
parent
4d9cfc7b05
commit
63eac4d485
@ -1,5 +1,5 @@
|
||||
# We have to use the cross-compiler we just built to compile it.
|
||||
CC = gcc -b $(target)
|
||||
CC = gcc -b $(host)
|
||||
|
||||
# Need those to compile binaries running on host machine.
|
||||
# It is configured by
|
||||
|
Loading…
Reference in New Issue
Block a user