add ss.wbx. Saturnus core is now ready for testing
This commit is contained in:
parent
1c46b79bbb
commit
3170f4ac49
Binary file not shown.
|
@ -4,7 +4,7 @@ CCFLAGS:= -I. -I../emulibc \
|
|||
-Wall -Werror=pointer-to-int-cast -Werror=int-to-pointer-cast -Werror=implicit-function-declaration \
|
||||
-std=c++0x -fomit-frame-pointer -fvisibility=hidden -fno-exceptions -fno-rtti \
|
||||
-DLSB_FIRST \
|
||||
-O1 -g
|
||||
-O3 -flto
|
||||
|
||||
TARGET = ss.wbx
|
||||
|
||||
|
@ -29,8 +29,8 @@ $(TARGET).in: $(OBJS)
|
|||
@$(CC) -o $@ $(LDFLAGS) $(CCFLAGS) $(OBJS) ../emulibc/libemuhost.so
|
||||
|
||||
$(TARGET): $(TARGET).in
|
||||
# strip $< -o $@ -R /4 -R /14 -R /29 -R /41 -R /55 -R /67 -R /78 -R /89 -R /104
|
||||
cp $< $@
|
||||
strip $< -o $@ -R /4 -R /14 -R /29 -R /41 -R /55 -R /67 -R /78 -R /89 -R /104
|
||||
# cp $< $@
|
||||
|
||||
clean:
|
||||
rm -rf $(OBJ_DIR)
|
||||
|
|
Loading…
Reference in New Issue