Skip to content

Commit

Permalink
Python: use 'libc-rom' plugin
Browse files Browse the repository at this point in the history
This patch removes the libc plugin of the Python port. The Python test
uses the 'libc_rom' plugin instead.

Fixes #392.
  • Loading branch information
cproc authored and nfeske committed Oct 8, 2012
1 parent b624928 commit f635cc4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 132 deletions.
3 changes: 0 additions & 3 deletions libports/lib/mk/python.inc
Expand Up @@ -15,9 +15,6 @@ D_OPTS := $(addprefix -D,$(D_OPTS))
F_OPTS := $(addprefix -f,$(F_OPTS))
CC_DEF += $(F_OPTS) $(D_OPTS)

# libc back-end
SRC_CC = libc_plugin.cc libc_plugin_init.cc

# python.c
#
SRC_C = \
Expand Down
2 changes: 1 addition & 1 deletion libports/run/python.run
Expand Up @@ -57,7 +57,7 @@ exec cp [genode_dir]/libports/src/test/python/hello.py bin/
# generic modules
set boot_modules {
core init
ld.lib.so libc.lib.so libc_log.lib.so libm.lib.so python.lib.so
ld.lib.so libc.lib.so libc_log.lib.so libc_rom.lib.so libm.lib.so python.lib.so
test-python
hello.py
}
Expand Down
109 changes: 0 additions & 109 deletions libports/src/lib/python/libc_plugin.cc

This file was deleted.

18 changes: 0 additions & 18 deletions libports/src/lib/python/libc_plugin_init.cc

This file was deleted.

2 changes: 1 addition & 1 deletion libports/src/test/python/target.mk
@@ -1,4 +1,4 @@
TARGET = test-python
LIBS = cxx env python libc libc_log libm
LIBS = cxx env python libc libc_log libc_rom libm
REQUIRES = x86
SRC_CC = main.cc

0 comments on commit f635cc4

Please sign in to comment.