mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
c++tools: Fix exe suffix [PR 98409]
I had a thinko about variable case, and, coupled with Make's behaviour of just consing up variables out of nothing, and linux not having an executable extension, didn't notice. PR other/98409 c++tools/ * Makefile.in: Fix exeext variable case.
This commit is contained in:
parent
1b021bbd85
commit
e4043c636c
@ -29,7 +29,7 @@ AUTOHEADER := @AUTOHEADER@
|
||||
CXX := @CXX@
|
||||
CXXFLAGS := @CXXFLAGS@
|
||||
CXXOPTS := $(CXXFLAGS) -fno-exceptions -fno-rtti
|
||||
EXEEXT := @EXEEXT@
|
||||
exeext := @EXEEXT@
|
||||
LIBIBERTY := ../libiberty/libiberty.a
|
||||
VERSION.O := ../gcc/version.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user