diff options
Diffstat (limited to 'packages/postgres')
-rw-r--r-- | packages/postgres/Makefile | 4 | ||||
-rw-r--r-- | packages/postgres/examples/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/postgres/Makefile b/packages/postgres/Makefile index 615f7e62ba..913f4f20ff 100644 --- a/packages/postgres/Makefile +++ b/packages/postgres/Makefile @@ -2189,11 +2189,11 @@ endif ifndef CROSSBOOTSTRAP ifneq ($(BINUTILSPREFIX),) override FPCOPT+=-XP$(BINUTILSPREFIX) -endif -ifneq ($(BINUTILSPREFIX),) +ifneq ($(RLINKPATH),) override FPCOPT+=-Xr$(RLINKPATH) endif endif +endif ifndef CROSSCOMPILE ifneq ($(BINUTILSPREFIX),) override FPCMAKEOPT+=-XP$(BINUTILSPREFIX) diff --git a/packages/postgres/examples/Makefile b/packages/postgres/examples/Makefile index 3e3774d70c..889ce6f278 100644 --- a/packages/postgres/examples/Makefile +++ b/packages/postgres/examples/Makefile @@ -2633,11 +2633,11 @@ endif ifndef CROSSBOOTSTRAP ifneq ($(BINUTILSPREFIX),) override FPCOPT+=-XP$(BINUTILSPREFIX) -endif -ifneq ($(BINUTILSPREFIX),) +ifneq ($(RLINKPATH),) override FPCOPT+=-Xr$(RLINKPATH) endif endif +endif ifndef CROSSCOMPILE ifneq ($(BINUTILSPREFIX),) override FPCMAKEOPT+=-XP$(BINUTILSPREFIX) |