浏览代码

* reenable generation of smartlinked libraries during build, use -ap to speed up the process (no regeneration of makefiles yet)

git-svn-id: trunk@3291 -
tom_at_work 19 年之前
父节点
当前提交
7d24057a4f
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Makefile.fpc

+ 0 - 4
Makefile.fpc

@@ -98,14 +98,10 @@ ifneq ($(findstring $(OS_TARGET),$(SHAREDTARGETS)),)
 ALLTARGET=shared
 else
 ifneq ($(findstring $(OS_TARGET),$(SMARTTARGETS)),)
-ifneq ($(CPU_TARGET),powerpc64)
 ALLTARGET=smart
 else
 ALLTARGET=all
 endif
-else
-ALLTARGET=all
-endif
 endif
 endif
 endif