build: Remove useless misc references to freestanding-toolchain
diff --git a/.gitignore b/.gitignore
index c530c463..b978eb86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,7 +29,6 @@
/.vscode
/test_image
!/common/font.bin
-/freestanding-toolchain
/configure
/configure.ac.save
/build-aux
diff --git a/GNUmakefile.in b/GNUmakefile.in
index c7b72c77..0d19a3c6 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -331,7 +331,7 @@ distclean: clean
.PHONY: maintainer-clean
maintainer-clean: distclean
- cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf common/flanterm common/lib/stb_image.h decompressor/tinf tinf stb freestanding-headers common/cc-runtime decompressor/cc-runtime limine-efi build-aux/freestanding-toolchain configure build-aux *'~' autom4te.cache aclocal.m4 *.tar.xz *.tar.gz
+ cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf common/flanterm common/lib/stb_image.h decompressor/tinf tinf stb freestanding-headers common/cc-runtime decompressor/cc-runtime limine-efi configure build-aux *'~' autom4te.cache aclocal.m4 *.tar.xz *.tar.gz
.PHONY: common-uefi-x86-64
common-uefi-x86-64:
