diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-19 08:27:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-19 08:27:04 +0000 |
commit | 0fc0d944afab8f76b53f24eecd894407e7900c66 (patch) | |
tree | 1f02a724a8e027ac120f72c14b1fc7f908de7d24 /solenv/inc/unxfbsdi.mk | |
parent | 5c233b63c42989926c82d5fd557fb7b852756591 (diff) |
INTEGRATION: CWS freebsd07 (1.21.16); FILE MERGED
2006/07/08 04:06:30 maho 1.21.16.3: Resolve conflict again ;(
2006/07/08 03:07:56 maho 1.21.16.2: RESYNC: (1.21-1.22); FILE MERGED
2006/07/01 06:02:12 maho 1.21.16.1: #i65513#
FreeBSD/amd64 environment support.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
Diffstat (limited to 'solenv/inc/unxfbsdi.mk')
-rw-r--r-- | solenv/inc/unxfbsdi.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/solenv/inc/unxfbsdi.mk b/solenv/inc/unxfbsdi.mk index 8decea9a50bf..d125fa47d99e 100644 --- a/solenv/inc/unxfbsdi.mk +++ b/solenv/inc/unxfbsdi.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxfbsdi.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: maho $ $Date: 2006-07-08 03:16:08 $ +# last change: $Author: kz $ $Date: 2006-07-19 09:27:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,3 +42,6 @@ CDEFS+=-DX86 # architecture dependent flags for the C and C++ compiler that can be changed by # exporting the variable ARCH_FLAGS="..." in the shell, which is used to start build ARCH_FLAGS*=-mtune=pentiumpro + +# platform specific identifier for shared libs +DLLPOSTFIX=fi |