Hey PascalDragon,
For i8086-msdos the placeholders will contain the following values:
$fpctarget: msdos (NOT i8086-msdos!)
$fpcsubarch: one of 8086, 80186, 80286 or 80386
$fpcmemorymodel: one of tiny, small, medium, compact, large or huge.
I
WILL take your word for it!! And I'm now suspecting that it's something fishy with my
fpcupdeluxe install.
Why?
Welp, I tried this, with no success:
-Fu/home/gcarreno/FreePascal/fpc/units/$fpctarget-msdos
-Fu/home/gcarreno/FreePascal/fpc/units/$fpctarget-msdos/*
I tried this, with no success:
-Fu/home/gcarreno/FreePascal/fpc/units/$fpctarget-i8086
-Fu/home/gcarreno/FreePascal/fpc/units/$fpctarget-i8086/*
That's why I'm so bloody frustrated!!! Especially because I always got zilch when using
fpc -va!!!
So... this is now, really, giving me the ick!!!
I'll need to confirm it's not a
fpcupdeluxe-ism!! I need to look at all the other 7 installs I made with
fpcupdeluxe to see if it's only in the
trunk install, or if all installs suffer from this.
On a side note: I also noticed that any stable install I make with
fpcupdeluxe, which is done with a shallow
git clone, Lazarus will not have any icons on the menus, just the icons on the components bar.
BUT... the
fpcupdeluxe of
trunk, that one has all the icons... Again, rather frustrating!!! And it even goes back to the days of
SVN!!! Two of my early installs are from that era.
Huummm.... Could be a
fpclazup issue... Again, more testing is needed, but this is not relevant to this subject, just a side note!!
If you installed the built compiler using make install (and suitable options) then the units will already be installed in the correct location. Don't know about fpcupdeluxe.
Yes,
fpcupdeluxe does drop the necessary
-WmMedium compiled units under
<install folder>/fpc/units/i8086-msdos.
And
@_skrzyp_ was kind to point out the download
URL for the other memory models:
https://downloads.freepascal.org/fpc/snapshot/trunk/i8086-msdos/So, I'm golden in this matter!!
It's the damned thing of not being able to confirm what
$fpctarget,
$fpcsubarch or
$fpcmemorymodel contain, or not contain, that's driving me up the walls

Cheers,
Gus