File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ soospatchPY: compilePY
103103 touch soospatchPY
104104
105105compilePY : extractedPY patchPY
106- cd $(PYDIR ) && ./configure CC=" $( CC) " CXX=" $( CXX) " AS=" $( AS) " AR=" $( AR) " OBJCOPY=" $( OBJCOPY) " STRIP=" $( STRIP) " NM=" $( NM) " RANLIB=" $( RANLIB) " CFLAGS=" $( CFLAGS) " CXXFLAGS=" $( CXXFLAGS) " ASFLAGS=" $( ASFLAGS) " LDFLAGS=" $( LDFLAGS) " CONFIG_SITE=" config.site" --disable-shared --without-threads --without-doc-strings --without- signal-module --disable-ipv6 --host=aarch64-none-elf --build=` ./config.guess` && cd .. && touch compilePY
106+ cd $(PYDIR ) && ./configure CC=" $( CC) " CXX=" $( CXX) " AS=" $( AS) " AR=" $( AR) " OBJCOPY=" $( OBJCOPY) " STRIP=" $( STRIP) " NM=" $( NM) " RANLIB=" $( RANLIB) " CFLAGS=" $( CFLAGS) " CXXFLAGS=" $( CXXFLAGS) " ASFLAGS=" $( ASFLAGS) " LDFLAGS=" $( LDFLAGS) " CONFIG_SITE=" config.site" --disable-shared --without-threads --without-signal-module --disable-ipv6 --host=aarch64-none-elf --build=` ./config.guess` && cd .. && touch compilePY
107107
108108patchPY : cloneNX
109109 cp $(PYDIR ) /configure $(PYDIR ) /configure_old
You can’t perform that action at this time.
0 commit comments