Magellan Linux

Diff of /trunk/core/gcc/gcc-4.3.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 45 by niro, Sun Oct 12 17:28:15 2008 UTC revision 46 by niro, Sun Oct 12 18:58:09 2008 UTC
# Line 72  src_compile() Line 72  src_compile()
72   # your new compiler :) maybe not all are the same   # your new compiler :) maybe not all are the same
73   export SMAGE_USE_DISTCC=false   export SMAGE_USE_DISTCC=false
74    
  # gcc >= 4.3 has now configure flags for uri and version - yeah!  
   
75   # Straight from the GCC install doc:   # Straight from the GCC install doc:
76   # "GCC has code to correctly determine the correct value for target   # "GCC has code to correctly determine the correct value for target
77   # for nearly all native systems. Therefore, we highly recommend you   # for nearly all native systems. Therefore, we highly recommend you
# Line 83  src_compile() Line 81  src_compile()
81   myconf+=" --target=${CCHOST}"   myconf+=" --target=${CCHOST}"
82   fi   fi
83    
84     # gcc >= 4.3 has now configure flags for uri and version - yeah!
85   AR=ar \   AR=ar \
86   ../configure \   ../configure \
87   --with-bugurl="http://bugs.magellan-linux.de/" \   --with-bugurl="http://bugs.magellan-linux.de/" \

Legend:
Removed from v.45  
changed lines
  Added in v.46