mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-07 17:32:45 -04:00
Main: Automake.am: remove duplicate CFLAGS
This commit is contained in:
parent
2c1281b8bc
commit
c20b98073c
1 changed files with 0 additions and 7 deletions
|
@ -19,13 +19,6 @@ if ENABLE_WERROR
|
|||
AM_CFLAGS += -Werror
|
||||
endif
|
||||
|
||||
# TODO: only for specific targets
|
||||
if ENABLE_FREESTANDING
|
||||
AM_CFLAGS += -nostdlib -ffreestanding -fno-pic -fno-stack-protector
|
||||
else
|
||||
AM_CFLAGS += -fpic
|
||||
endif
|
||||
|
||||
#######
|
||||
# all #
|
||||
#######
|
||||
|
|
Loading…
Add table
Reference in a new issue