qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [ADD] tests for PPC target.


From: J. Mayer
Subject: Re: [Qemu-devel] [ADD] tests for PPC target.
Date: 18 Nov 2003 09:06:43 +0100

target-ppc__tests__compile_ppc_test.diff

Little shell script to compile test programs.

diff -urNbB -x CVS qemu-current/target-ppc/tests/compile_ppc_test 
qemu/target-ppc/tests/compile_ppc_test
--- qemu-current/target-ppc/tests/compile_ppc_test      Thu Jan  1 01:00:00 1970
+++ qemu/target-ppc/tests/compile_ppc_test      Wed Nov 12 10:37:56 2003
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+powerpc-linux-gcc -g -O2 -Wall -nostdlib -nostdinc -nostartfiles 
-nodefaultlibs -o hello-ppc hello-ppc.c || exit 1;
+powerpc-linux-gcc -g -O2 -Wall -nostdlib -nostdinc -nostartfiles 
-nodefaultlibs -o env-test env-test.c   || exit 1;
+powerpc-linux-gcc -g -O2 -Wall -nostdlib -nostdinc -nostartfiles 
-nodefaultlibs -o ppc-test ppc-test.c   || exit 1;
+gcc -g -O2 -Wall -o ctrace ctrace.c || exit 1;






reply via email to

[Prev in Thread] Current Thread [Next in Thread]