diff options
author | Toomas Soome <tsoome@me.com> | 2021-04-21 20:12:54 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2021-07-27 22:57:17 +0300 |
commit | ff5d40392f371e5d7648aef49cd3ce3834e48611 (patch) | |
tree | 2b4332bb61adbc91ccf7fc099974324b41e4ea72 /usr/src/boot/Makefile.version | |
parent | b57f5d3e6a2df8d435e606797cf3934811848343 (diff) | |
download | illumos-joyent-ff5d40392f371e5d7648aef49cd3ce3834e48611.tar.gz |
13816 loader: BIOS build should not use -fPIC
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/boot/Makefile.version')
-rw-r--r-- | usr/src/boot/Makefile.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/Makefile.version b/usr/src/boot/Makefile.version index 5f2a2b4676..1f4b347809 100644 --- a/usr/src/boot/Makefile.version +++ b/usr/src/boot/Makefile.version @@ -34,4 +34,4 @@ LOADER_VERSION = 1.1 # Use date like formatting here, YYYY.MM.DD.XX, without leading zeroes. # The version is processed from left to right, the version number can only # be increased. -BOOT_VERSION = $(LOADER_VERSION)-2021.06.15.1 +BOOT_VERSION = $(LOADER_VERSION)-2021.07.27.1 |