mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:07:54 +02:00
Add aix specific options for old Makefile.fpc.fpcmake
git-svn-id: trunk@27628 -
This commit is contained in:
parent
83580077ab
commit
98c7d43c57
@ -66,6 +66,9 @@ endif
|
||||
ifeq ($(OS_TARGET),netbsd)
|
||||
neednostdlib=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),aix)
|
||||
neednostdlib=1
|
||||
endif
|
||||
|
||||
ifdef needlinkparam
|
||||
override SPECIALLINK=-Xe -k--allow-multiple-definition
|
||||
@ -80,6 +83,11 @@ endif
|
||||
ifdef neednostdlib
|
||||
override SPECIALLINK+=-Xd
|
||||
endif
|
||||
|
||||
ifeq ($(OS_TARGET),aix)
|
||||
override SPECIALLINK+=6fl/opt/freeware/lib -k-bbigtoc
|
||||
endif
|
||||
|
||||
# Try to find GDB library
|
||||
# Look for a valid GDBLIBDIR environment variable
|
||||
ifdef GDBLIBDIR
|
||||
|
Loading…
Reference in New Issue
Block a user