Skip to content

Commit

Permalink
Merge pull request #1002 from palmer-dabbelt/glibc-no-cxx
Browse files Browse the repository at this point in the history
Set CXX to a nonexistant compiler when building glibc
  • Loading branch information
kito-cheng authored Dec 21, 2021
2 parents b39e361 + 4ce4d45 commit 3c02b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ endif
mkdir $(notdir $@)
cd $(notdir $@) && \
CC="$(GLIBC_CC_FOR_TARGET) $($@_CFLAGS)" \
CXX="$(GLIBC_CXX_FOR_TARGET) $($@_CFLAGS)" \
CXX="this-is-not-the-compiler-youre-looking-for" \
CFLAGS="$(CFLAGS_FOR_TARGET) -g -O2 $($@_CFLAGS)" \
CXXFLAGS="$(CXXFLAGS_FOR_TARGET) -g -O2 $($@_CFLAGS)" \
ASFLAGS="$(ASFLAGS_FOR_TARGET) $($@_CFLAGS)" \
Expand Down

0 comments on commit 3c02b42

Please sign in to comment.