Browse Source
Merge pull request #144 from electrified/gcc10-fix
Fix for building uz80as on GCC 10
pull/148/head
Wayne Warthen
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Tools/unix/uz80as/Makefile
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
|
DEST = ../../`uname` |
|
|
DEST = ../../`uname` |
|
|
CC = gcc |
|
|
CC = gcc |
|
|
CFLAGS = -g |
|
|
|
|
|
|
|
|
CFLAGS = -g -fcommon |
|
|
|
|
|
|
|
|
OBJECTS = ngetopt.o main.o options.o \
|
|
|
OBJECTS = ngetopt.o main.o options.o \
|
|
|
utils.o err.o incl.o sym.o \
|
|
|
utils.o err.o incl.o sym.o \
|
|
|
|