Skip to content

Commit

Permalink
Test change in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMore201 committed Oct 22, 2024
1 parent ee4263b commit a83a309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
../configure --prefix /opt/gcc/win32 --with-host=x86_64-w64-mingw32
make -j$(nproc) stamps/build-binutils-tc
export PATH="/opt/gcc/linux/bin:$PATH"
../tricore-gcc/contrib/download_prerequisites
make -j$(nproc) stamps/build-gcc-stage2-only
- name: Package
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clean:
rm -rf build-* stamps

stamps/install-deps: $(GCC_SRCDIR)
if test -f $</contrib/download_prerequisites && test "@NEED_GCC_EXTERNAL_LIBRARIES@" = "true"; then cd $< && ./contrib/download_prerequisites; fi
if test -f $</contrib/download_prerequisites; then cd $< && ./contrib/download_prerequisites; fi
mkdir -p $(dir $@) && touch $@

stamps/build-binutils-mcs: $(BINUTILS_SRCDIR)
Expand Down

0 comments on commit a83a309

Please sign in to comment.