From 3c802cbedc1f5e5f07afb837efcc160c11336e83 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Sat, 22 Oct 2011 00:48:25 -0700 Subject: Now gas eats it all happily With the exception of the final binary being too large to link ... --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9da723e..ceb582b 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,8 @@ NATIVE_OBJ=packager # flags for the tigcc cross-compiler TIGCCFLAGS_DEBUG=--debug -WA,-l$(LISTING_DEBUG) -TIGCCFLAGS=-Wall -Os -ffunction-sections -fdata-sections --optimize-code --cut-ranges --reorder-sections --merge-constants --remove-unused -Wall -Wextra -Wwrite-strings -WA,-d +TIGCCFLAGS=-Wall -Os -ffunction-sections -fdata-sections --optimize-code --cut-ranges --reorder-sections --merge-constants --remove-unused -Wall -Wextra -Wwrite-strings -WA,-d -Wa,--register-prefix-optional -Wa,-alhs +#-Wa,-ahls # flags for the native C compiler CFLAGS=-Wall -ltifiles -- cgit v1.2.3