diff options
author | midipix <writeonce@midipix.org> | 2019-11-24 06:45:57 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-12-18 13:01:01 +0000 |
commit | 95c645b14c9e991386fde5b1b2f962b9c4288e9c (patch) | |
tree | 41f50e2e42df41af3415f5e3d5c1c03d2ecf53a8 /sofort/ccenv | |
parent | 33038ea5c645dd44b85e0c218848cb16ca468f18 (diff) | |
download | bfirm-95c645b14c9e991386fde5b1b2f962b9c4288e9c.tar.bz2 bfirm-95c645b14c9e991386fde5b1b2f962b9c4288e9c.tar.xz |
build system: ccenv.in: CFLAGS_OS: provide OS_LIB_SUFFIX macro definition.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r-- | sofort/ccenv/ccenv.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.in b/sofort/ccenv/ccenv.in index 531a7dd..f12c78e 100644 --- a/sofort/ccenv/ccenv.in +++ b/sofort/ccenv/ccenv.in @@ -80,6 +80,7 @@ AS = @ccenv_as@ LD = @ccenv_ld@ # @ccenv_cfgtype@ cflags +CFLAGS_OS += -DOS_LIB_SUFFIX=\"@ccenv_os_lib_suffix@\" CFLAGS_OS += @ccenv_cflags_os@ CFLAGS_PIC += @ccenv_cflags_pic@ |