Skip to content

Commit

Permalink
Removed extra spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
luismgsilva authored and claziss committed Jun 22, 2023
1 parent cd1f7b8 commit d354cbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ stamps/build-binutils-newlib: $(BINUTILS_SRCDIR)
CXXFLAGS="$(CXXFLAGS) $(DEBUG_INFO)" \
CXXFLAGS_FOR_TARGET="-O2 $(CXXFLAGS_FOR_TARGET) $(DEBUG_INFO)" \
CXXFLAGS_FOR_BUILD="$(CXXFLAGS_FOR_BUILD) $(DEBUG_INFO)"

$(MAKE) -C $(notdir $@)
$(MAKE) -C $(notdir $@) install
mkdir -p $(dir $@) && touch $@
Expand Down Expand Up @@ -472,7 +471,6 @@ stamps/build-newlib: $(NEWLIB_SRCDIR) stamps/build-gcc-newlib-stage1
CXXFLAGS="$(CXXFLAGS) $(DEBUG_INFO)" \
CXXFLAGS_FOR_TARGET="-O2 $(CXXFLAGS_FOR_TARGET) $(DEBUG_INFO)" \
CXXFLAGS_FOR_BUILD="$(CXXFLAGS_FOR_BUILD) $(DEBUG_INFO)"

$(MAKE) -C $(notdir $@)
$(MAKE) -C $(notdir $@) install
mkdir -p $(dir $@) && touch $@
Expand Down

0 comments on commit d354cbd

Please sign in to comment.