File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ endif
256256 $S ./c2str.exe $< $@
257257
258258c2str.exe : conftest.c
259- $S $(CC ) -DC2STR $< -o $@
259+ $S $(HOST_CC ) -DC2STR $< -o $@
260260
261261# target specific object rule
262262$(X ) % .o : % .c $(LIBTCC_INC )
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ build_cross=
5858test -n " $CC " && cc=" $CC "
5959test -n " $AR " && ar=" $AR "
6060
61+ host_cc=" $CC "
62+
6163# set default CFLAGS if unset in environment
6264test -z " $CFLAGS " && CFLAGS=" -Wall -O2"
6365
@@ -122,7 +124,7 @@ for opt do
122124 ;;
123125 --source-path=* ) assign_opt " $opt " source_path
124126 ;;
125- --cross-prefix=* ) assign_opt " $opt " cross_prefix
127+ --cross-prefix=* ) assign_opt " $opt " cross_prefix; assign_opt " gcc " host_cc
126128 ;;
127129 --os-release=* ) assign_opt " $opt " os_release
128130 ;;
@@ -584,6 +586,7 @@ mandir=\$(DESTDIR)$mandir
584586infodir=\$ (DESTDIR)$infodir
585587docdir=\$ (DESTDIR)$docdir
586588CC=$cc
589+ HOST_CC=$host_cc
587590CC_NAME=$cc_name
588591GCC_MAJOR=$gcc_major
589592GCC_MINOR=$gcc_minor
You can’t perform that action at this time.
0 commit comments