diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-05 22:33:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-05 22:33:23 +0000 |
commit | fb0c9ec5418bda887efcc99fbdcce2e259c5e4b8 (patch) | |
tree | 1f92fb12ed75c189d972c21a9467e2b7c00075bb | |
parent | 95ff38838b2854efd1ced496d11c73f17f174c41 (diff) | |
download | buildroot-novena-fb0c9ec5418bda887efcc99fbdcce2e259c5e4b8.tar.gz buildroot-novena-fb0c9ec5418bda887efcc99fbdcce2e259c5e4b8.zip |
Fix naming problem
-rw-r--r-- | make/uclibc_toolchain_2_95.mk | 2 | ||||
-rw-r--r-- | sources/gcc-2.95-mega.patch.bz2 | bin | 125297 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/make/uclibc_toolchain_2_95.mk b/make/uclibc_toolchain_2_95.mk index 212cea687..a2910abfe 100644 --- a/make/uclibc_toolchain_2_95.mk +++ b/make/uclibc_toolchain_2_95.mk @@ -195,7 +195,7 @@ $(GCC_DIR)/.unpacked: $(BUILD_DIR)/.setup $(DL_DIR)/$(GCC_SOURCE) $(GCC_DIR)/.patched: $(GCC_DIR)/.unpacked # Apply any files named gcc-*.patch from the source directory to gcc - $(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR) gcc-2.95-mega.patch.bz2 + $(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR) gcc2.95-mega.patch.bz2 touch $(GCC_DIR)/.patched $(GCC_DIR)/.gcc_build_hacks: $(GCC_DIR)/.patched diff --git a/sources/gcc-2.95-mega.patch.bz2 b/sources/gcc-2.95-mega.patch.bz2 Binary files differdeleted file mode 100644 index 4dffd849b..000000000 --- a/sources/gcc-2.95-mega.patch.bz2 +++ /dev/null |