bebbo / gcc

Bebbo's gcc-6-branch for m68k-amigaos
GNU General Public License v2.0
33 stars 11 forks source link

Fix #185 - use sysctl() on FreeBSD to fetch the current executable path #186

Closed erikarn closed 2 years ago

erikarn commented 2 years ago

This uses a sysctl() call on FreeBSD (and likely would work on other BSDs) to get the current executable path.

It fixes the amiga specific compiler spec rule expansions to work.