Browse Source

* 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 years ago
parent
commit
7d24057a4f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Makefile.fpc

+ 0 - 4
Makefile.fpc

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