2003/09/07 09:35:50
[org.ibex.core.git] / upstream / darwin-linker / links.sh
index 8b1c4fe..0da8a14 100755 (executable)
@@ -11,6 +11,11 @@ mkdir mach_debug
 mkdir machine
 mkdir ppc
 mkdir servers
+
+# cripple this
+#ln -s ../../../../install/powerpc-apple-darwin/include/ppc/endian.h ppc/endian.h
+touch ppc/endian.h
+
 ln -s ../../../../install/powerpc-apple-darwin/include/mach/host_security.h mach/host_security.h
 ln -s ../../../../install/powerpc-apple-darwin/include/mach/ledger.h mach/ledger.h
 ln -s ../../../../install/powerpc-apple-darwin/include/mach/clock_priv.h mach/clock_priv.h
@@ -35,6 +40,7 @@ ln -s ../../../../install/powerpc-apple-darwin/include/mach/mig_errors.h mach/mi
 ln -s ../../../../install/powerpc-apple-darwin/include/mach/port_obj.h mach/port_obj.h
 ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/asm.h mach/machine/asm.h
 ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/boolean.h mach/machine/boolean.h
+ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/exception.h mach/machine/exception.h
 ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/processor_info.h mach/machine/processor_info.h
 ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/vm_param.h mach/machine/vm_param.h
 ln -s ../../../../../install/powerpc-apple-darwin/include/mach/machine/kern_return.h mach/machine/kern_return.h
@@ -327,7 +333,9 @@ ln -s ../../../../install/powerpc-apple-darwin/include/machine/ucontext.h machin
 ln -s ../../../../install/powerpc-apple-darwin/include/ppc/limits.h ppc/limits.h
 ln -s ../../../../install/powerpc-apple-darwin/include/ppc/ansi.h ppc/ansi.h
 ln -s ../../../../install/powerpc-apple-darwin/include/ppc/disklabel.h ppc/disklabel.h
-ln -s ../../../../install/powerpc-apple-darwin/include/ppc/endian.h ppc/endian.h
+
+
+
 ln -s ../../../../install/powerpc-apple-darwin/include/ppc/cpu.h ppc/cpu.h
 ln -s ../../../../install/powerpc-apple-darwin/include/ppc/label_t.h ppc/label_t.h
 ln -s ../../../../install/powerpc-apple-darwin/include/ppc/param.h ppc/param.h
@@ -345,9 +353,9 @@ ln -s ../../../../install/powerpc-apple-darwin/include/ppc/types.h ppc/types.h
 ln -s ../../../../install/powerpc-apple-darwin/include/ppc/user.h ppc/user.h
 ln -s ../../../../install/powerpc-apple-darwin/include/ppc/vmparam.h ppc/vmparam.h
 ln -s ../../../../install/powerpc-apple-darwin/include/ppc/ucontext.h ppc/ucontext.h
-ln -s ../../../../install/powerpc-apple-darwin/include/crt_externs.h crt_externs.h
-ln -s ../../../../install/powerpc-apple-darwin/include/libc.h libc.h
-ln -s ../../../../install/powerpc-apple-darwin/include/standards.h standards.h
+ln -s ../../../install/powerpc-apple-darwin/include/crt_externs.h crt_externs.h
+ln -s ../../../install/powerpc-apple-darwin/include/libc.h libc.h
+ln -s ../../../install/powerpc-apple-darwin/include/standards.h standards.h
 ln -s ../../../../install/powerpc-apple-darwin/include/servers/bootstrap_defs.h servers/bootstrap_defs.h
 ln -s ../../../../install/powerpc-apple-darwin/include/servers/key_defs.h servers/key_defs.h
 ln -s ../../../../install/powerpc-apple-darwin/include/servers/ls_defs.h servers/ls_defs.h