mirror of
https://github.com/vivier/EMILE.git
synced 2026-04-26 19:17:45 +00:00
libunix: because of mess between gcc and as: remove cpu directive and use the default provided by gcc (68020). Classic will wait later...
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
TOP = $(shell pwd)
|
||||
|
||||
68000FLAGS = -m68000 -Wa,-m68000
|
||||
CFLAGS += -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2 -Os
|
||||
CPPFLAGS = -I$(TOP) -I$(TOP)/../libmacos -DARCH_M68K
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
.cpu 68000
|
||||
|
||||
.align 2
|
||||
|
||||
.globl __divsi3
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
.cpu 68000
|
||||
|
||||
.align 2
|
||||
|
||||
.globl __modsi3
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
.cpu 68000
|
||||
|
||||
.align 2
|
||||
|
||||
.globl __mulsi3
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
.cpu 68000
|
||||
|
||||
.align 2
|
||||
|
||||
.globl __udivsi3
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
.cpu 68000
|
||||
|
||||
.align 2
|
||||
|
||||
.globl __umodsi3
|
||||
|
||||
Reference in New Issue
Block a user