Skip to content

Commit 3c02b42

Browse files
authored
Merge pull request #1002 from palmer-dabbelt/glibc-no-cxx
Set CXX to a nonexistant compiler when building glibc
2 parents b39e361 + 4ce4d45 commit 3c02b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ endif
327327
mkdir $(notdir $@)
328328
cd $(notdir $@) && \
329329
CC="$(GLIBC_CC_FOR_TARGET) $($@_CFLAGS)" \
330-
CXX="$(GLIBC_CXX_FOR_TARGET) $($@_CFLAGS)" \
330+
CXX="this-is-not-the-compiler-youre-looking-for" \
331331
CFLAGS="$(CFLAGS_FOR_TARGET) -g -O2 $($@_CFLAGS)" \
332332
CXXFLAGS="$(CXXFLAGS_FOR_TARGET) -g -O2 $($@_CFLAGS)" \
333333
ASFLAGS="$(ASFLAGS_FOR_TARGET) $($@_CFLAGS)" \

0 commit comments

Comments
 (0)