meta-phosphor: drop flto-automake
The flto-automake class is no longer required for flto support.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I3970595e00579f2690af2002ec8f7fa7dc7a420f
diff --git a/classes/flto-automake.bbclass b/classes/flto-automake.bbclass
deleted file mode 100644
index 517bd5e..0000000
--- a/classes/flto-automake.bbclass
+++ /dev/null
@@ -1,6 +0,0 @@
-inherit autotools
-
-# use gcc equivalents of AR and RANLIB
-# to use -flto with shared libs
-PACKAGECONFIG_CONFARGS += " AR=${TARGET_PREFIX}gcc-ar \
- RANLIB=${TARGET_PREFIX}gcc-ranlib"