Ver código fonte

package/gcc: rename the conditional patch according to the new policy

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Samuel Martin 10 anos atrás
pai
commit
dd798a45c5

+ 0 - 0
package/gcc/4.5.4/powerpc-link-with-math-lib.patch.conditional → package/gcc/4.5.4/1000-powerpc-link-with-math-lib.patch.conditional


+ 0 - 0
package/gcc/4.7.4/powerpc-link-with-math-lib.patch.conditional → package/gcc/4.7.4/1000-powerpc-link-with-math-lib.patch.conditional


+ 0 - 0
package/gcc/4.8.4/powerpc-link-with-math-lib.patch.conditional → package/gcc/4.8.4/1000-powerpc-link-with-math-lib.patch.conditional


+ 0 - 0
package/gcc/4.9.2/powerpc-link-with-math-lib.patch.conditional → package/gcc/4.9.2/1000-powerpc-link-with-math-lib.patch.conditional


+ 1 - 1
package/gcc/gcc.mk

@@ -37,7 +37,7 @@ endef
 ifeq ($(ARCH),powerpc)
 ifneq ($(BR2_SOFT_FLOAT),)
 define HOST_GCC_APPLY_POWERPC_PATCH
-	$(APPLY_PATCHES) $(@D) package/gcc/$(GCC_VERSION) powerpc-link-with-math-lib.patch.conditional
+	$(APPLY_PATCHES) $(@D) package/gcc/$(GCC_VERSION) 1000-powerpc-link-with-math-lib.patch.conditional
 endef
 endif
 endif