From 30d0c2292fee831d74f080e62c1c74990ea76abb Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 26 Jul 2015 23:50:04 +0300 Subject: Support target-only cross compilation properly. --- cross/ubuntu-faketarget.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cross/ubuntu-faketarget.txt (limited to 'cross') diff --git a/cross/ubuntu-faketarget.txt b/cross/ubuntu-faketarget.txt new file mode 100644 index 000000000..5d7ba0d58 --- /dev/null +++ b/cross/ubuntu-faketarget.txt @@ -0,0 +1,12 @@ +# This is a setup for compiling a program that runs natively +# but produces output that runs on a different platform. +# That is either a cross compiler or something like binutils. + +# We don't need to specify any properties or compilers, +# for we use the native ones and can run the resulting +# binaries directly. + +[target_machine] +name='linux' +cpu='mips' +endian='little' -- cgit v1.2.3