Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 596516 Details for
Bug 700362
dev-lang/micropython-1.11 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
micropython-1.11-prevent-stripping.patch
micropython-1.11-prevent-stripping.patch (text/plain), 827 bytes, created by
Mike Auty (RETIRED)
on 2019-11-17 14:42:17 UTC
(
hide
)
Description:
micropython-1.11-prevent-stripping.patch
Filename:
MIME Type:
Creator:
Mike Auty (RETIRED)
Created:
2019-11-17 14:42:17 UTC
Size:
827 bytes
patch
obsolete
>diff --git a/py/mkenv.mk b/py/mkenv.mk >index 46eedf9..2f3f3ca 100644 >--- a/py/mkenv.mk >+++ b/py/mkenv.mk >@@ -52,7 +52,6 @@ CXX = $(CROSS_COMPILE)g++ > LD = $(CROSS_COMPILE)ld > OBJCOPY = $(CROSS_COMPILE)objcopy > SIZE = $(CROSS_COMPILE)size >-STRIP = $(CROSS_COMPILE)strip > AR = $(CROSS_COMPILE)ar > ifeq ($(MICROPY_FORCE_32BIT),1) > CC += -m32 >diff --git a/py/mkrules.mk b/py/mkrules.mk >index 4e4fdef..149b337 100644 >--- a/py/mkrules.mk >+++ b/py/mkrules.mk >@@ -133,9 +133,6 @@ $(PROG): $(OBJ) > # Do not pass COPT here - it's *C* compiler optimizations. For example, > # we may want to compile using Thumb, but link with non-Thumb libc. > $(Q)$(CC) -o $@ $^ $(LIB) $(LDFLAGS) >-ifndef DEBUG >- $(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $(PROG) >-endif > $(Q)$(SIZE) $$(find $(BUILD) -path "$(BUILD)/build/frozen*.o") $(PROG) > > clean: clean-prog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 700362
: 596516