Now About Social Code
summaryrefslogtreecommitdiff
path: root/qemu-mips
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-07-07 23:56:35 +0100
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-07-07 23:56:35 +0100
commit87542bf71f0f594c5d567ea815439c2f98754754 (patch)
tree852f53ada37a29cc3166d2efae7ee371aa825460 /qemu-mips
parentcfebe5825512d187ce2d4ff98ee74e8da8eb901e (diff)
Get LD_PRELOAD library to highjack driver
Diffstat (limited to 'qemu-mips')
-rw-r--r--qemu-mips8
1 files changed, 7 insertions, 1 deletions
diff --git a/qemu-mips b/qemu-mips
index e0fd507..52bff4d 100644
--- a/qemu-mips
+++ b/qemu-mips
@@ -4,4 +4,10 @@ ar = ['qemu-mipsel', '/home/lfryzek/Documents/projects/hw/ci20/images/rootfs_201
strip = ['qemu-mipsel', '/home/lfryzek/Documents/projects/hw/ci20/images/rootfs_2015_09_09/usr/bin/strip']
[built-in options]
-c_args = ['--sysroot=/home/lfryzek/Documents/projects/hw/ci20/images/rootfs_2015_09_09']
+c_args = ['--sysroot=/home/lfryzek/Documents/projects/hw/ci20/images/rootfs_2015_09_09',
+ '-I/home/lfryzek/Documents/projects/hw/ci20/images/rootfs_2015_09_09/usr/include']
+c_link_args = ['--sysroot=/home/lfryzek/Documents/projects/hw/ci20/images/rootfs_2015_09_09',
+ '-L/home/lfryzek/Documents/projects/hw/ci20/images/rootfs_2015_09_09/lib/mipsel-linux-gnu',
+ '-L/home/lfryzek/Documents/projects/hw/ci20/images/rootfs_2015_09_09/usr/lib/mipsel-linux-gnu',
+ '-L/home/lfryzek/Documents/projects/hw/ci20/images/rootfs_2015_09_09/usr/lib',
+ '-l:libdl.so.2']