diff options
| author | Eric Andersen <andersen@codepoet.org> | 2004-04-20 19:48:37 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2004-04-20 19:48:37 +0000 | 
| commit | ffbca758f231551d3430f5fa69970a18c313622d (patch) | |
| tree | a6d9db0b08413447fff554f8e7d356e50a5064c8 | |
| parent | a3613a6013205f2cd96b5834fd324b9c6bf555ac (diff) | |
| download | buildroot-novena-ffbca758f231551d3430f5fa69970a18c313622d.tar.gz buildroot-novena-ffbca758f231551d3430f5fa69970a18c313622d.zip | |
Sync with the latest from Debian testing
| -rw-r--r-- | make/gcc-uclibc-3.3.mk | 1 | ||||
| -rw-r--r-- | sources/gcc3.3-mega.patch.bz2 | bin | 0 -> 153371 bytes | 
2 files changed, 1 insertions, 0 deletions
| diff --git a/make/gcc-uclibc-3.3.mk b/make/gcc-uclibc-3.3.mk index f4c4ac1aa..b3795e66a 100644 --- a/make/gcc-uclibc-3.3.mk +++ b/make/gcc-uclibc-3.3.mk @@ -67,6 +67,7 @@ $(GCC_DIR)/.unpacked: $(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) gcc3.3-mega.patch.bz2  	$(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR) gcc-uclibc-3.3*.patch  ifeq ($(SOFT_FLOAT),true)  ifeq ("$(strip $(ARCH))","i386") diff --git a/sources/gcc3.3-mega.patch.bz2 b/sources/gcc3.3-mega.patch.bz2Binary files differ new file mode 100644 index 000000000..adfda5f1a --- /dev/null +++ b/sources/gcc3.3-mega.patch.bz2 | 
