mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-03 12:12:46 +08:00
fix makefiles etc for subdirs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* ---------------------------------------------- */
|
||||
/* alloca86b.S */
|
||||
|
||||
#include "config.h"
|
||||
#include "../config.h"
|
||||
|
||||
.globl __bound__alloca
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* ---------------------------------------------- */
|
||||
/* alloca86.S */
|
||||
|
||||
#include "config.h"
|
||||
#include "../config.h"
|
||||
|
||||
.globl _alloca
|
||||
|
||||
|
||||
Reference in New Issue
Block a user