sim: drop use of bfd/configure.host
[deliverable/binutils-gdb.git] / sim / ppc / INSTALL
index 45cb64c784fc9567365e9965e1cb580c39b04597..9feac7b9e61f23c4baab93dc5e800238b7e73464 100644 (file)
@@ -89,7 +89,8 @@ Method:
 UPDATING PSIM:
 
 
-A PSIM is an ongoing development.  Occasional snapshots which both contain new features and fix old bugs are made available.   See the ftp directory:
+A PSIM is an ongoing development.  Occasional snapshots which both contain new
+features and fix old bugs are made available.  See the ftp directory:
 
        ftp://ftp.ci.com.au/pub/psim/beta
 or     ftp://cambridge.cygnus.com/pub/psim/beta
@@ -196,36 +197,6 @@ Each PSIM specific option is discussed in detail below.
 
 
 
---enable-sim-cflags=<opts>
-
-
-Specify additional C compiler flags that are to be used when compiling
-just PSIM.
-
-PSIM places heavy demands on both the host machine and its C compiler.
-So that the builder has better control over the compiler the above
-option can be used to pass additional options to the compiler while PSIM is being built.
-
-Ex: No debug information
-
-PSIM can be built with everything inline.  Unfortunately, because of
-all the debugging information generated the C compiler can grow very
-very large as a result.  For GCC, the debug information can be
-restricted with the `-g0' option.  To specify that this option should
-be include in the CFLAGS when compiling the psim source code use:
-
-       --enable-sim-cflags=-g0
-
-Ex: Additional optimization flags
-
-A significant gain in performance can be achieved by tuning the
-optimization flags passed to the C compiler.  For instance on an x86
-you may consider:
-
-       --enable-sim-cflags='-g0 -O2 -fno-strength-reduce -f...'
-
-
-
 --enable-sim-warnings=<flags>
 
 
@@ -479,22 +450,6 @@ with:
 
 
 
---enable-sim-bswap
-
-
-(x86 specific) Use the i486/P5/P6 byte swap instruction.
-
-PSIM contains generic byte swapping code.  For the x86 (P[4-6]) PSIM
-can be built so that it uses the bswap instruction instead of relying
-on the compiler to generate byte swap code.
-
-Ex: default
-
-By default, when compiling with GCC-2 on an i486/P5/P6 the bswap
-instruction is used.
-
-
-
 --enable-sim-endian=endian
 
 
@@ -547,7 +502,8 @@ Additional processors can be enabled with the runtime option:
 
 Ex: recommended
 
-Unless you intend studying multi-processor systems there is little reason for having PSIM configured with SMP support.  Specifying:
+Unless you intend studying multi-processor systems there is little reason for
+having PSIM configured with SMP support.  Specifying:
 
        --disable-sim-smp
 or     --enable-sim-smp=0
@@ -606,8 +562,9 @@ NOTE: Psim has yet to be built on a 64bit host.
 Hardwire the PowerPC environment being modelled (user, virtual or
 operating).
 
-The PowerPC architecture defines three different levels of compliance
-to its architectural specification.  These environments are discussed in detail in PowerPC publications.
+The PowerPC architecture defines three different levels of compliance to its
+architectural specification.  These environments are discussed in detail in
+PowerPC publications.
 
        user - normal user programs 
        virtual - an extension of the user environment (includes timers)
@@ -764,15 +721,13 @@ TYPICAL CONFIGURATION OPTIONS:
                 --enable-sim-warnings \
                 --enable-sim-inline \
                 --disable-sim-smp \
-                --enable-sim-bswap \
                 --enable-sim-duplicate \
                 --enable-sim-endian=big \
                 --disable-sim-xor-endian \
                 --enable-sim-env=user \
                 --disable-sim-reserved-bits \
                 --disable-sim-assert \
-                --disable-sim-trace \
-                --enable-sim-cflags='-g0 -O2 -fno-strength-reduce -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2'
+                --disable-sim-trace
 
 
        OEA CODE ONLY:
@@ -798,7 +753,6 @@ TYPICAL CONFIGURATION OPTIONS:
                 --enable-sim-powerpc \
                 --enable-sim-inline \
                 --disable-sim-smp \
-                --enable-sim-bswap \
                 --enable-sim-duplicate \
                 --enable-sim-endian=big \
                 --disable-sim-xor-endian \
@@ -807,5 +761,4 @@ TYPICAL CONFIGURATION OPTIONS:
                 --disable-sim-assert \
                 --disable-sim-trace \
                 --enable-sim-opcode=ppc-opcode-flat \
-                --disable-sim-icache \
-                --enable-sim-cflags='-g0 -O3 -fno-strength-reduce -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2'
+                --disable-sim-icache
This page took 0.026396 seconds and 4 git commands to generate.