From 9bd69bf49fb37554d199d0040c81bea009d43092 Mon Sep 17 00:00:00 2001 From: grischka Date: Fri, 26 Nov 2010 20:45:10 +0100 Subject: build: remove #include "config.h" from target dependent files This is to make cross build of libtcc1.a easier. --- lib/alloca86_64.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/alloca86_64.S') diff --git a/lib/alloca86_64.S b/lib/alloca86_64.S index 13c4672..44f66c8 100644 --- a/lib/alloca86_64.S +++ b/lib/alloca86_64.S @@ -1,8 +1,6 @@ /* ---------------------------------------------- */ /* alloca86_64.S */ -#include "../config.h" - .globl alloca alloca: -- cgit v1.3.1