Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e3f2224

Browse files
committed
Remove -m486 option, since it is platform specific...this should technically
be removed everywhere, but so far linux-elf is the only platform that is being reported a problem with...
1 parent 5d7923d commit e3f2224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/linux-elf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AROPT:crs
2-
CFLAGS:-O2 -m486
2+
CFLAGS:-O2
33
SHARED_LIB:-fpic
44
ALL:
55
SRCH_INC:/usr/include/ncurses /usr/include/readline

0 commit comments

Comments
 (0)