I try to compile current unstable HLFS, and I find small typo in file
hardened-specs.h, in chapter 5.9.1 in HLFS book:
---------------------------------------------------------------------
#define CC1_SPEC "%(cc1_cpu) %{profile:-p} \
        %{static|D__KERNEL__|fpic|fPIC|fpie|fPIE|fno-pic|fno-PIC \
---------------------------------------------------------------------
On the beginning of second line is missing " character:
---------------------------------------------------------------------
#define CC1PLUS_SPEC \
        "%{static|D__KERNEL__|fpic|fPIC|fpie|fPIE|fno-pic|fno-PIC \
---------------------------------------------------------------------
Filip Bartmann

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to