We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b39e361 + 4ce4d45 commit 3c02b42Copy full SHA for 3c02b42
Makefile.in
@@ -327,7 +327,7 @@ endif
327
mkdir $(notdir $@)
328
cd $(notdir $@) && \
329
CC="$(GLIBC_CC_FOR_TARGET) $($@_CFLAGS)" \
330
- CXX="$(GLIBC_CXX_FOR_TARGET) $($@_CFLAGS)" \
+ CXX="this-is-not-the-compiler-youre-looking-for" \
331
CFLAGS="$(CFLAGS_FOR_TARGET) -g -O2 $($@_CFLAGS)" \
332
CXXFLAGS="$(CXXFLAGS_FOR_TARGET) -g -O2 $($@_CFLAGS)" \
333
ASFLAGS="$(ASFLAGS_FOR_TARGET) $($@_CFLAGS)" \
0 commit comments