mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
libtriple: remove unneeded includes, disable strict aliasing
Origin commit data
------------------
Branch: master
Commit: 8ad224050a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-06 (Sun, 06 Feb 2011)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/src \
|
|
||||||
-I$(top_srcdir)/lib \
|
|
||||||
-I$(top_srcdir)/lib/connection \
|
|
||||||
-I$(top_srcdir)/lib/libeventserver \
|
|
||||||
@DIRECTFB_CFLAGS@
|
@DIRECTFB_CFLAGS@
|
||||||
|
|
||||||
noinst_LIBRARIES = libtriple.a
|
noinst_LIBRARIES = libtriple.a
|
||||||
|
|
||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||||
|
|
||||||
libtriple_a_SOURCES = \
|
libtriple_a_SOURCES = \
|
||||||
lt_debug.cpp \
|
lt_debug.cpp \
|
||||||
@@ -19,5 +15,3 @@ libtriple_a_SOURCES = \
|
|||||||
playback_td.cpp \
|
playback_td.cpp \
|
||||||
pwrmngr.cpp \
|
pwrmngr.cpp \
|
||||||
record_td.cpp
|
record_td.cpp
|
||||||
|
|
||||||
#libtriple_a_LIBADD = $(top_builddir)/src/driver/libneutrino_driver.a
|
|
||||||
|
Reference in New Issue
Block a user