Skip to content

Commit

Permalink
hostpic o2g3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Dec 3, 2024
1 parent e7d5dfb commit f11abac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions support/hostpic.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- cpython3.13/Makefile.pre.in 2024-12-03 07:51:52.083841661 +0100
+++ cpython3.13-pic/Makefile.pre.in 2024-12-03 07:54:00.742976111 +0100
@@ -34,8 +34,8 @@
abs_builddir= @abs_builddir@


-CC= @CC@
-CXX= @CXX@
+CC=@CC@ -fPIC
+CXX=@CXX@ -fPIC
LINKCC= @LINKCC@
AR= @AR@
READELF= @READELF@

0 comments on commit f11abac

Please sign in to comment.