Commit graph

205 commits

Author SHA1 Message Date
Dimitris Panokostas
401132c674 Tweaked compiler options for maximizing performance 2019-11-19 19:30:48 +01:00
Dimitris Panokostas
3c1386ba3f Added RPI 64-bit with Dispmanx target 2019-11-07 12:02:14 +01:00
Dimitris Panokostas
4adc4d1f0b Fixed guisan references in Makefile 2019-10-23 15:31:07 +02:00
Dimitris Panokostas
e12f430bd0 Reorganized externa library dependencies
- Added external directory
- Moved capsimg submodule into external, updated references
- Moved guisan into external, updated references
- Added libxml2 into external, updated Android.mk references
- Added libmpeg2 into external (not used yet)
2019-10-22 21:10:18 +02:00
Dimitris Panokostas
82569e1e6d Removed all .cortex cpu references to avoid "as" errors during compile 2019-10-15 19:31:21 +02:00
Dimitris Panokostas
efffea6173 Fixed #522: Assembler gave an error for platform AMLG12B 2019-10-15 19:29:03 +02:00
Dimitris Panokostas
319c98cbc7 Removed default platform from Makefile 2019-10-15 09:00:13 +02:00
Dimitris Panokostas
bb05d30912 Removed unused target name 2019-10-14 22:57:48 +02:00
Dimitris Panokostas
82ee2d56cc Removed USE_SDL2 define (no longer needed) 2019-10-13 13:16:37 +02:00
Dimitris Panokostas
a4fff86e40 Changed Makefile to error out if an invalid target is specified 2019-10-12 19:08:22 +02:00
Dimitris Panokostas
e301057b04 Removed unneeded USE_SDL2=1 from Makefile 2019-10-11 22:54:09 +02:00
Dimitris Panokostas
8ed521d409 Fixed Makefile contained an extra "else" 2019-10-11 01:22:04 +02:00
Dimitris Panokostas
9b5a2c3c0a Removed SDL1 targets from Makefile, updated default target to rpi4, changed Dispmanx target naming 2019-10-11 01:12:16 +02:00
Dimitris Panokostas
1087e32d75 Updated Makefile with LTO options 2019-09-16 22:35:00 +02:00
Dimitris Panokostas
a635fe62a0 Brought back software cursor, since several Mali based platforms show no cursor at all in GUI otherwise 2019-09-15 16:30:46 +02:00
Dimitris Panokostas
6e95d62ae9 Made LTO optional in the Makefile, disabled by default 2019-09-15 11:35:00 +02:00
Dimitris Panokostas
0bdd0abd27 Renamed MALI_GPU define to NO_CUSTOM_CURSOR to better reflect the current functionality 2019-09-12 22:23:13 +02:00
Dimitris Panokostas
9ea6e9535a Fixed arm_helper would not get included for all RPI1 targets (SDL2, SDL2-Dispmanx) 2019-09-12 22:17:38 +02:00
Dimitris Panokostas
9f612c1076 Fixed missing RPI1 target in list of RPI targets 2019-09-12 22:08:11 +02:00
Dimitris Panokostas
ef0546aedf Consolidated RPI SDL2-Dispmanx target flags 2019-09-12 21:59:10 +02:00
Dimitris Panokostas
e49fd49cc3 Makefile improvements:
- Consolidated duplicate flags for similar targets
- Removed uneeded compiler flags
2019-09-12 21:57:53 +02:00
Dimitris Panokostas
5a03c3548e Fixed ASFLAGS not being used for the assembly files 2019-09-12 10:01:38 +02:00
Dimitris Panokostas
a0a6ad7508 Removed unused flag from Assembly files 2019-09-11 22:11:03 +02:00
Dimitris Panokostas
f529923beb Added RPI 3/4 64-bit target.
Changed some compiler flags
2019-09-11 21:11:54 +02:00
Dimitris Panokostas
9f30386487 Merge remote-tracking branch 'origin/master' into dev 2019-09-10 10:19:28 +02:00
microplay
e431465bbe add platform sun8i (#510) 2019-09-10 11:12:05 +03:00
Dimitris Panokostas
69c7fa22a0 Removed unused comment 2019-09-08 20:16:37 +02:00
Dimitris Panokostas
b7515a0ee6 Updated Odroid N1, N2 target CFLAGS to add -mtune. Added comment for RockPro64 64-bit target also 2019-09-04 23:51:27 +02:00
Dimitris Panokostas
490963844c Removed unused alternative RockPro64 target 2019-09-04 00:15:17 +02:00
Dimitris Panokostas
1f2bc9f0fe Added comments for each platform, removed tinker target (covered by RK3288 target now) 2019-09-03 23:49:39 +02:00
Dimitris Panokostas
1247008366 Don't compile the neon_helper if we are running on aarc64 (doh!) 2019-09-03 18:46:35 +02:00
Dimitris Panokostas
d3361f6917 Makefile: added Odroid N2 64-bit target (replacing the N1) 2019-09-03 18:15:06 +02:00
Dimitris Panokostas
20eb366394 Actually fixed Makefile (missed a space) #506 2019-09-03 13:31:29 +02:00
Dimitris Panokostas
6f73af1cf0 Fixed Makefile #506 2019-09-03 13:14:04 +02:00
Dimitris Panokostas
618b7ddeb9 Fixed AARCH64 helper reference in Makefile and #if ... #endif clause 2019-09-02 22:12:57 +02:00
Dimitris Panokostas
77cff6067d Various Android updates 2019-09-02 15:01:01 +02:00
Dimitris Panokostas
024d624006 Renamed caps_win32 to caps_amiberry 2019-09-02 15:00:35 +02:00
Dimitris Panokostas
bad6769d8d Enabled AARCH64 assembly helper in Makefile 2019-09-02 14:59:45 +02:00
Dimitris Panokostas
fcffe1a175 Fixed N2 / AMLG12x (s922x) target crashing on startup #489 2019-09-01 19:27:33 +02:00
Dimitris Panokostas
41ad70634b Removed def_icons file reference from Makefile 2019-08-31 17:45:32 +02:00
Dimitris Panokostas
dd0c748dde Merged latest WinUAE and uae4arm changes. Added 64-bit support. 2019-08-31 17:30:51 +02:00
Dimitris Panokostas
042e7f1a5f Updated Makefile to include support for RPI4 2019-08-17 11:38:36 +02:00
5schatten
0201782dcb Makefile: added common Amlogic & Rockchip platforms (#500)
- Amlogic S905/S905X/S912/S905X2/S922X/A311D
- Rockchip RK3288/RK3328/RK3399
2019-08-03 16:40:56 +03:00
hissingshark
4aff208b81 Fix #492. Init Joysticks earlier under SDL2. Build for armv7 on Vero4k. (#495)
* Initialise SDL_joysticks earlier - some need longer to come up and be detected

* Make Vero4k builds for armv7
2019-07-27 10:45:52 +03:00
Dimitris Panokostas
928b4e2bf2
Update Makefile
Fixed RPI1 build was broken after last commit #476
2019-05-04 23:51:42 +02:00
Dimitris Panokostas
10175b66fe Added permissive flag 2019-04-20 12:20:18 +02:00
Dimitris Panokostas
99d1b64852 #322: Added AARCH64 flags and experimental Odroid N1 target 2019-04-08 20:31:18 +02:00
Dimitris Panokostas
ee40607ee2 Added support for >2GB HDFs on 32-bit systems, fixes #20 2019-01-12 10:42:55 +01:00
Dimitris Panokostas
af55b20adc Replaced CFlag "WITH_LOGGING" with the "write_logfile" boolean option in the new "amiberry.conf" to enable logfile output without the need to recompile 2019-01-11 18:05:17 +01:00
Christer Solskogen
a3dd9af895 Code cleanup (#393)
* Code cleanup using deheader for removing unnused headers and adding others to be portable. Removed unused files and renamed .cpp files that are only used as #includes in others

* add missing files
2018-12-23 15:34:53 +01:00