Skip to content

Commit

Permalink
Remove ASM config from IOP cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy authored Jul 2, 2024
1 parent 5453735 commit 9b79f25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions samples/ps2dev_iop.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ SET(CMAKE_SYSTEM_VERSION 1)
SET(CMAKE_SYSTEM_PROCESSOR mips)
SET(CMAKE_C_COMPILER mipsel-ps2-irx-gcc)
SET(CMAKE_CXX_COMPILER mipsel-ps2-irx-g++)
SET(CMAKE_ASM_COMPILER mipsel-ps2-irx-as)
SET(CMAKE_C_COMPILER_WORKS 1) #Hack by f0bes
SET(CMAKE_CXX_COMPILER_WORKS 1) #Hack by f0bes
SET(CMAKE_ASM_COMPILER_WORKS 1) #Hack by f0bes


#
Expand All @@ -48,7 +46,6 @@ SET(IOP_ASFLAGS "${IOP_ASFLAGS_TARGET} -EL -G0" CACHE STRING "IOP assembler flag
SET(CMAKE_C_FLAGS_INIT ${IOP_CFLAGS})
SET(CMAKE_CXX_FLAGS_INIT ${IOP_CFLAGS})
SET(CMAKE_EXE_LINKER_FLAGS_INIT ${IOP_LDFLAGS})
SET(CMAKE_ASM_FLAGS_INIT ${EE_ASFLAGS})

SET(CMAKE_TARGET_INSTALL_PREFIX $ENV{PS2DEV}/ports_iop)

Expand Down

0 comments on commit 9b79f25

Please sign in to comment.