2
0
Эх сурвалжийг харах

Merged revisions 11247 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r11247 | tom_at_work | 2008-06-19 21:29:52 +0200 (Thu, 19 Jun 2008) | 1 line

* sample configuration script generates powerpc* multiarch library load path configuration
........

git-svn-id: branches/fixes_2_2@11265 -

tom_at_work 17 жил өмнө
parent
commit
6f6b993b50

+ 6 - 0
compiler/utils/samplecfg

@@ -106,6 +106,12 @@ case $HOSTOS in
         GCCDIR4="$GCCDIR"
         setgccdirarch cpux86_64 -m64
         ;;
+      powerpc|powerpc64)
+      # Allow for the possibility of both 32 and 64 bit compilation on same system
+        setgccdirarch cpupowerpc -m32
+	GCCDIR4="$GCCDIR"
+	setgccdirarch cpupowerpc64 -m64
+	;;
       # Add cases for other linux dual architectures here
       *) singlearch # Default          
         ;;