X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fsdccman.lyx;h=931915d9b53bb7dd1d666d995dcf0a2a8e1137aa;hb=899f9f1fe37b1399c5a9b4c3300bdecb10333a55;hp=077a92400dc924cecf08829366008b07c38ac81f;hpb=7d543f6990526964cc8c495a9b596de60bfd9e4e;p=fw%2Fsdcc diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 077a9240..931915d9 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -1,4 +1,4 @@ -#LyX 1.4.2 created this file. For more info see http://www.lyx.org/ +#LyX 1.4.5 created this file. For more info see http://www.lyx.org/ \lyxformat 245 \begin_document \begin_header @@ -104,7 +104,7 @@ SDCC Compiler User Guide \begin_layout Date \size normal -SDCC 2.7.3 +SDCC 2.7.4 \size footnotesize \newline @@ -3971,6 +3971,36 @@ On Mac OS X 10.2.x it was reported, that the ./configure CC=gcc2 CXX=g++2 \end_layout +\begin_layout Standard +Universal (ppc and i386) binaries can be produced on Mac OS X 10.4.x with + Xcode. + Run 'configure' with: +\end_layout + +\begin_layout LyX-Code +./configure +\backslash + +\end_layout + +\begin_layout LyX-Code +LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch + ppc" +\backslash + +\end_layout + +\begin_layout LyX-Code +CXXFLAGS = "-O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch + ppc" +\backslash + +\end_layout + +\begin_layout LyX-Code +CFLAGS = "-O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" +\end_layout + \begin_layout Subsection Cross compiling SDCC on Linux for Windows \end_layout @@ -32887,9 +32917,9 @@ regression tests \end_inset check that SDCC itself compiles flawlessly on several host platforms (i386, - Opteron, 64 bit Alpha, ppc64, Mac OS X on PPC, Solaris on Sparc) and checks - the quality of the code generated by SDCC by running the code for several - target platforms through simulators. + Opteron, 64 bit Alpha, ppc64, Mac OS X on ppc and i386, Solaris on Sparc) + and checks the quality of the code generated by SDCC by running the code + for several target platforms through simulators. The regression test suite comprises more than 100 files which expand to more than 500 test cases which include more than 4500 tests. The results of these tests are published daily on SDCC's snapshot page