Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sim: Remove unused CXXFLAGS substitution
Browse files Browse the repository at this point in the history
Not only that sim/configure.ac does not AC_SUBST CXXFLAGS,
unless we need C++ compiler like CXX, substitution @CXXFLAGS@ is useless.
Because of this, this commit removes this substitution.
a4lg committed Oct 20, 2022
1 parent 97df741 commit 841e836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim/arch-subdir.mk.in
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@ CC_FOR_BUILD = @CC_FOR_BUILD@
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
CXXFLAGS = @CXXFLAGS@
LDFLAGS = @LDFLAGS@

AR = @AR@

0 comments on commit 841e836

Please sign in to comment.