diff --git a/utils/fpcm/fpcmake.ini b/utils/fpcm/fpcmake.ini index 74cff38bb0..f78782fe29 100644 --- a/utils/fpcm/fpcmake.ini +++ b/utils/fpcm/fpcmake.ini @@ -1386,11 +1386,11 @@ endif ifndef CROSSBOOTSTRAP ifneq ($(BINUTILSPREFIX),) override FPCOPT+=-XP$(BINUTILSPREFIX) -endif -ifneq ($(BINUTILSPREFIX),) +ifneq ($(RLINKPATH),) override FPCOPT+=-Xr$(RLINKPATH) endif endif +endif # When BINUTILSPREFIX is given and we are not cross-compiling then use # it while compiling the fpmake file. (For example to build i386-freebsd